#858E07

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

Shades of Olive #858E07

Tints of Olive #858E07

Color information

#858E07 (or 0x858E07) is unknown color: approx Olive. HEX triplet: 85, 8E and 07. RGB value is (133,142,7). Sum of RGB (Red+Green+Blue) = 133+142+7=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #858E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E07 is #7A71F8. Grayscale: #7C7C7C. Windows color (decimal): -8024569 or 495237. OLE color: 495237.

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

Color convert

RGB1331427-
CMYK0.0600.950.44
HSL64º90.6%29.22%-
HSV(B)64º95.07%55.69%-
XYZ19.3824.353.88-
YUV123.9262.02134.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 142 (55.86% from 255) = 50.35%
BLUE value IS 7 (3.12% from 255) = 2.48%
R=47.16%
G=50.35%
B=2.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13314270.0600.950.446490.629.22
Hex858E7605F2C405b1d
Octal2052167601375410013335
Binary1000010110001110111110010111111011001000000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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