#858005

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

Shades of Olive #858005

Tints of Olive #858005

Color information

#858005 (or 0x858005) is unknown color: approx Olive. HEX triplet: 85, 80 and 05. RGB value is (133,128,5). Sum of RGB (Red+Green+Blue) = 133+128+5=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #858005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858005 is #7A7FFA. Grayscale: #737373. Windows color (decimal): -8028155 or 360581. OLE color: 360581.

HSL color Cylindrical-coordinate representation of color #858005: hue angle of 57.66º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #858005 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB1331285-
CMYK00.040.960.48
HSL57.66º92.75%27.06%-
HSV(B)57.66º96.24%52.16%-
XYZ17.4220.443.17-
YUV115.4765.66140.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 48.12%
BLUE value IS 5 (2.34% from 255) = 1.88%
R=50%
G=48.12%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133128500.040.960.4857.6692.7527.06
Hex858050460303a5d1b
Octal205200504140607213533
Binary100001011000000010101001100000110000111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858005; }

 p { color: rgb(133,128,5); }

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

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

 a { background-color: rgb(133,128,5); }

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

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

 span { border-color: rgb(133,128,5); }

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