#85790F

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

Shades of Olive #85790F

Tints of Olive #85790F

Color information

#85790F (or 0x85790F) is unknown color: approx Olive. HEX triplet: 85, 79 and 0F. RGB value is (133,121,15). Sum of RGB (Red+Green+Blue) = 133+121+15=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #85790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85790F is #7A86F0. Grayscale: #707070. Windows color (decimal): -8029937 or 1014149. OLE color: 1014149.

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

Color convert

RGB13312115-
CMYK00.090.890.48
HSL53.9º79.73%29.02%-
HSV(B)53.9º88.72%52.16%-
XYZ16.618.73.19-
YUV112.572.98142.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 121 (47.66% from 255) = 44.98%
BLUE value IS 15 (6.25% from 255) = 5.58%
R=49.44%
G=44.98%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331211500.090.890.4853.979.7329.02
Hex8579F09593036501d
Octal20517117011131606612035
Binary1000010111110011111010011011001110000110110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85790F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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