#85860C

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

Shades of Olive #85860C

Tints of Olive #85860C

Color information

#85860C (or 0x85860C) is unknown color: approx Olive. HEX triplet: 85, 86 and 0C. RGB value is (133,134,12). Sum of RGB (Red+Green+Blue) = 133+134+12=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #85860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85860C is #7A79F3. Grayscale: #787878. Windows color (decimal): -8026612 or 820869. OLE color: 820869.

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

Color convert

RGB13313412-
CMYK0.0100.910.47
HSL60.49º83.56%28.63%-
HSV(B)60.49º91.04%52.55%-
XYZ18.2622.063.64-
YUV119.7967.17137.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=47.67%
G=48.03%
B=4.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133134120.0100.910.4760.4983.5628.63
Hex8586C105B2F3c541d
Octal2052061410133577412435
Binary10000101100001101100101011011101111111100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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