#858801

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

Shades of Olive #858801

Tints of Olive #858801

Color information

#858801 (or 0x858801) is unknown color: approx Olive. HEX triplet: 85, 88 and 01. RGB value is (133,136,1). Sum of RGB (Red+Green+Blue) = 133+136+1=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #858801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858801 is #7A77FE. Grayscale: #787878. Windows color (decimal): -8026111 or 100485. OLE color: 100485.

HSL color Cylindrical-coordinate representation of color #858801: hue angle of 61.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #858801 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1331361-
CMYK0.0200.990.47
HSL61.33º98.54%26.86%-
HSV(B)61.33º99.26%53.33%-
XYZ18.4822.63.42-
YUV119.7161.01137.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 136 (53.52% from 255) = 50.37%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=49.26%
G=50.37%
B=0.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13313610.0200.990.4761.3398.5426.86
Hex8588120632F3d631b
Octal205210120143577514333
Binary100001011000100011001100011101111111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858801; }

 p { color: rgb(133,136,1); }

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

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

 a { background-color: rgb(133,136,1); }

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

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

 span { border-color: rgb(133,136,1); }

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