#85890A

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

Shades of Olive #85890A

Tints of Olive #85890A

Color information

#85890A (or 0x85890A) is unknown color: approx Olive. HEX triplet: 85, 89 and 0A. RGB value is (133,137,10). Sum of RGB (Red+Green+Blue) = 133+137+10=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #85890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85890A is #7A76F5. Grayscale: #797979. Windows color (decimal): -8025846 or 690565. OLE color: 690565.

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

Color convert

RGB13313710-
CMYK0.0300.930.46
HSL61.89º86.39%28.82%-
HSV(B)61.89º92.7%53.73%-
XYZ18.6722.93.72-
YUV121.3365.17136.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 137 (53.91% from 255) = 48.93%
BLUE value IS 10 (4.30% from 255) = 3.57%
R=47.5%
G=48.93%
B=3.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137100.0300.930.4661.8986.3928.82
Hex8589A305D2E3e561d
Octal2052111230135567612635
Binary100001011000100110101101011101101110111110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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