#86780C

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

Shades of Olive #86780C

Tints of Olive #86780C

Color information

#86780C (or 0x86780C) is unknown color: approx Olive. HEX triplet: 86, 78 and 0C. RGB value is (134,120,12). Sum of RGB (Red+Green+Blue) = 134+120+12=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86780C is #7987F3. Grayscale: #707070. Windows color (decimal): -7964660 or 817286. OLE color: 817286.

HSL color Cylindrical-coordinate representation of color #86780C: hue angle of 53.11º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86780C is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13412012-
CMYK00.100.910.47
HSL53.11º83.56%28.63%-
HSV(B)53.11º91.04%52.55%-
XYZ16.6118.533.05-
YUV111.8771.64143.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 12 (5.08% from 255) = 4.51%
R=50.38%
G=45.11%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341201200.100.910.4753.1183.5628.63
Hex8678C0A5B2F35541d
Octal20617014012133576512435
Binary1000011011110001100010101011011101111110101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86780C; }

 p { color: rgb(134,120,12); }

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

<style>
 a { background-color: #86780C; }

 a { background-color: rgb(134,120,12); }

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

<style>
 span { border-color: #86780C; }

 span { border-color: rgb(134,120,12); }

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