#858D09

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

Shades of Olive #858D09

Tints of Olive #858D09

Color information

#858D09 (or 0x858D09) is unknown color: approx Olive. HEX triplet: 85, 8D and 09. RGB value is (133,141,9). Sum of RGB (Red+Green+Blue) = 133+141+9=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #858D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D09 is #7A72F6. Grayscale: #7C7C7C. Windows color (decimal): -8024823 or 626053. OLE color: 626053.

HSL color Cylindrical-coordinate representation of color #858D09: hue angle of 63.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #858D09 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1331419-
CMYK0.0600.940.45
HSL63.64º88%29.41%-
HSV(B)63.64º93.62%55.29%-
XYZ19.2524.063.89-
YUV123.5663.35134.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 141 (55.47% from 255) = 49.82%
BLUE value IS 9 (3.91% from 255) = 3.18%
R=47.00%
G=49.82%
B=3.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13314190.0600.940.4563.648829.41
Hex858D9605E2D40581d
Octal20521511601365510013035
Binary10000101100011011001110010111101011011000000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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