#85890F

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

Shades of Olive #85890F

Tints of Olive #85890F

Color information

#85890F (or 0x85890F) is unknown color: approx Olive. HEX triplet: 85, 89 and 0F. RGB value is (133,137,15). Sum of RGB (Red+Green+Blue) = 133+137+15=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #85890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85890F is #7A76F0. Grayscale: #7A7A7A. Windows color (decimal): -8025841 or 1018245. OLE color: 1018245.

HSL color Cylindrical-coordinate representation of color #85890F: hue angle of 61.97º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85890F is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB13313715-
CMYK0.0300.890.46
HSL61.97º80.26%29.8%-
HSV(B)61.97º89.05%53.73%-
XYZ18.722.913.89-
YUV121.967.67135.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=46.67%
G=48.07%
B=5.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137150.0300.890.4661.9780.2629.8
Hex8589F30592E3e501e
Octal2052111730131567612036
Binary100001011000100111111101011001101110111110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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