#858F09

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

Shades of Olive #858F09

Tints of Olive #858F09

Color information

#858F09 (or 0x858F09) is unknown color: approx Olive. HEX triplet: 85, 8F and 09. RGB value is (133,143,9). Sum of RGB (Red+Green+Blue) = 133+143+9=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #858F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858F09 is #7A70F6. Grayscale: #7D7D7D. Windows color (decimal): -8024311 or 626565. OLE color: 626565.

HSL color Cylindrical-coordinate representation of color #858F09: hue angle of 64.48º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #858F09 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1331439-
CMYK0.0700.940.44
HSL64.48º88.16%29.8%-
HSV(B)64.48º93.71%56.08%-
XYZ19.5424.653.99-
YUV124.7362.69133.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 143 (56.25% from 255) = 50.18%
BLUE value IS 9 (3.91% from 255) = 3.16%
R=46.67%
G=50.18%
B=3.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13314390.0700.940.4464.4888.1629.8
Hex858F9705E2C40581e
Octal20521711701365410013036
Binary10000101100011111001111010111101011001000000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858F09; }

 p { color: rgb(133,143,9); }

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

<style>
 a { background-color: #858F09; }

 a { background-color: rgb(133,143,9); }

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

<style>
 span { border-color: #858F09; }

 span { border-color: rgb(133,143,9); }

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