#588006

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

Shades of Olive Drab #588006

Tints of Olive Drab #588006

Color information

#588006 (or 0x588006) is unknown color: approx Olive Drab. HEX triplet: 58, 80 and 06. RGB value is (88,128,6). Sum of RGB (Red+Green+Blue) = 88+128+6=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #588006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588006 is #A77FF9. Grayscale: #666666. Windows color (decimal): -10977274 or 426072. OLE color: 426072.

HSL color Cylindrical-coordinate representation of color #588006: hue angle of 79.67º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #588006 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB881286-
CMYK0.3100.950.50
HSL79.67º91.04%26.27%-
HSV(B)79.67º95.31%50.2%-
XYZ11.7817.532.93-
YUV102.1373.75117.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 128 (50.39% from 255) = 57.66%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=39.64%
G=57.66%
B=2.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8812860.3100.950.5079.6791.0426.27
Hex588061F05F32505b1a
Octal13020063701376212013332
Binary10110001000000011011111010111111100101010000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588006; }

 p { color: rgb(88,128,6); }

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

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

 a { background-color: rgb(88,128,6); }

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

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

 span { border-color: rgb(88,128,6); }

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