#86770C

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

Shades of Olive #86770C

Tints of Olive #86770C

Color information

#86770C (or 0x86770C) is unknown color: approx Olive. HEX triplet: 86, 77 and 0C. RGB value is (134,119,12). Sum of RGB (Red+Green+Blue) = 134+119+12=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86770C is #7988F3. Grayscale: #6F6F6F. Windows color (decimal): -7964916 or 817030. OLE color: 817030.

HSL color Cylindrical-coordinate representation of color #86770C: hue angle of 52.62º 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 #86770C is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13411912-
CMYK00.110.910.47
HSL52.62º83.56%28.63%-
HSV(B)52.62º91.04%52.55%-
XYZ16.4918.293.01-
YUV111.2971.97144.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=50.57%
G=44.91%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341191200.110.910.4752.6283.5628.63
Hex8677C0B5B2F35541d
Octal20616714013133576512435
Binary1000011011101111100010111011011101111110101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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