#85780F

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

Shades of Olive #85780F

Tints of Olive #85780F

Color information

#85780F (or 0x85780F) is unknown color: approx Olive. HEX triplet: 85, 78 and 0F. RGB value is (133,120,15). Sum of RGB (Red+Green+Blue) = 133+120+15=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85780F is #7A87F0. Grayscale: #707070. Windows color (decimal): -8030193 or 1013893. OLE color: 1013893.

HSL color Cylindrical-coordinate representation of color #85780F: hue angle of 53.39º degrees, saturation: 0.8, 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 #85780F is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13312015-
CMYK00.100.890.48
HSL53.39º79.73%29.02%-
HSV(B)53.39º88.72%52.16%-
XYZ16.4818.453.15-
YUV111.9273.31143.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=49.63%
G=44.78%
B=5.60%

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
Decimal1331201500.100.890.4853.3979.7329.02
Hex8578F0A593035501d
Octal20517017012131606512035
Binary1000010111110001111010101011001110000110101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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