#85780E

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

Shades of Olive #85780E

Tints of Olive #85780E

Color information

#85780E (or 0x85780E) is unknown color: approx Olive. HEX triplet: 85, 78 and 0E. RGB value is (133,120,14). Sum of RGB (Red+Green+Blue) = 133+120+14=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85780E is #7A87F1. Grayscale: #707070. Windows color (decimal): -8030194 or 948357. OLE color: 948357.

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

Color convert

RGB13312014-
CMYK00.100.890.48
HSL53.45º80.95%28.82%-
HSV(B)53.45º89.47%52.16%-
XYZ16.4718.453.11-
YUV111.872.81143.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 14 (5.86% from 255) = 5.24%
R=49.81%
G=44.94%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331201400.100.890.4853.4580.9528.82
Hex8578E0A593035511d
Octal20517016012131606512135
Binary1000010111110001110010101011001110000110101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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