#858E08

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

Shades of Olive #858E08

Tints of Olive #858E08

Color information

#858E08 (or 0x858E08) is unknown color: approx Olive. HEX triplet: 85, 8E and 08. RGB value is (133,142,8). Sum of RGB (Red+Green+Blue) = 133+142+8=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #858E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E08 is #7A71F7. Grayscale: #7C7C7C. Windows color (decimal): -8024568 or 560773. OLE color: 560773.

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

Color convert

RGB1331428-
CMYK0.0600.940.44
HSL64.03º89.33%29.41%-
HSV(B)64.03º94.37%55.69%-
XYZ19.3924.353.91-
YUV124.0362.52134.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 8 (3.52% from 255) = 2.83%
R=47.00%
G=50.18%
B=2.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13314280.0600.940.4464.0389.3329.41
Hex858E8605E2C40591d
Octal20521610601365410013135
Binary10000101100011101000110010111101011001000000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,142,8); }

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

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

 a { background-color: rgb(133,142,8); }

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

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

 span { border-color: rgb(133,142,8); }

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