#86750B

Color #86750B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #86750B

Tints of Olive #86750B

Color information

#86750B (or 0x86750B) is unknown color: approx Olive. HEX triplet: 86, 75 and 0B. RGB value is (134,117,11). Sum of RGB (Red+Green+Blue) = 134+117+11=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86750B is #798AF4. Grayscale: #6E6E6E. Windows color (decimal): -7965429 or 750982. OLE color: 750982.

HSL color Cylindrical-coordinate representation of color #86750B: hue angle of 51.71º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86750B is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB13411711-
CMYK00.130.920.47
HSL51.71º84.83%28.43%-
HSV(B)51.71º91.79%52.55%-
XYZ16.2517.822.9-
YUV11072.13145.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 51.15%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 11 (4.69% from 255) = 4.20%
R=51.15%
G=44.66%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341171100.130.920.4751.7184.8328.43
Hex8675B0D5C2F34551c
Octal20616513015134576412534
Binary1000011011101011011011011011100101111110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86750B; }

 p { color: rgb(134,117,11); }

 H1.HeaderClassName
 {
   color: #86750B;
 }
 .AnyTagClassName
 {
   color: #86750B;
 }
</style>
background-color css

<style>
 a { background-color: #86750B; }

 a { background-color: rgb(134,117,11); }

 div.DivClassName
 {
   background-color: #86750B;
 }
 .BgClassName
 {
   background-color: #86750B;
 }
</style>
border-color css

<style>
 span { border-color: #86750B; }

 span { border-color: rgb(134,117,11); }

 td.TdClassName
 {
   border-color: #86750B;
 }
 .TagClassName
 {
   border-color: #86750B;
 }
</style>