#85780C

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

Shades of Olive #85780C

Tints of Olive #85780C

Color information

#85780C (or 0x85780C) is unknown color: approx Olive. HEX triplet: 85, 78 and 0C. RGB value is (133,120,12). Sum of RGB (Red+Green+Blue) = 133+120+12=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85780C is #7A87F3. Grayscale: #707070. Windows color (decimal): -8030196 or 817285. OLE color: 817285.

HSL color Cylindrical-coordinate representation of color #85780C: hue angle of 53.55º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85780C is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13312012-
CMYK00.100.910.48
HSL53.55º83.45%28.43%-
HSV(B)53.55º90.98%52.16%-
XYZ16.4618.453.04-
YUV111.5771.81143.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=50.19%
G=45.28%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331201200.100.910.4853.5583.4528.43
Hex8578C0A5B3036531c
Octal20517014012133606612334
Binary1000010111110001100010101011011110000110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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