Shades of Olive Drab #588208
Tints of Olive Drab #588208
RGB
CMYK
RGB Variations
Color information
#588208 (or 0x588208) is known color: Olive Drab. HEX triplet: 58, 82 and 08. RGB value is (88,130,8). Sum of RGB (Red+Green+Blue) = 88+130+8=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #588208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588208 is #A77DF7. Grayscale: #676767. Windows color (decimal): -10976760 or 557656. OLE color: 557656.
HSL color Cylindrical-coordinate representation of color #588208: hue angle of 80.66º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #588208 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 8 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.49 |
| HSL | 80.66º | 0.88% | 0.27% | - |
| HSV(B) | 80.66º | 0.94% | 0.51% | - |
| XYZ | 12.05 | 18.06 | 3.08 | - |
| YUV | 103.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 8 | 0.32 | 0 | 0.94 | 0.49 | 80.66 | 0.88 | 0.27 |
| Hex | 58 | 82 | 8 | 20 | 0 | 5E | 31 | 51 | 58 | 1B |
| Octal | 130 | 202 | 10 | 40 | 0 | 136 | 61 | 121 | 130 | 33 |
| Binary | 1011000 | 10000010 | 1000 | 100000 | 0 | 1011110 | 110001 | 1010001 | 1011000 | 11011 |
Color Harmonies of #588208
Complementary color
Monochromatic Colors of #588208
Black with #588208
Text Example
Text Example
White with #588208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588208; }
p { color: rgb(88,130,8); }
H1.HeaderClassName
{
color: #588208;
}
.AnyTagClassName
{
color: #588208;
}
</style>
background-color css
<style>
a { background-color: #588208; }
a { background-color: rgb(88,130,8); }
div.DivClassName
{
background-color: #588208;
}
.BgClassName
{
background-color: #588208;
}
</style>
border-color css
<style>
span { border-color: #588208; }
span { border-color: rgb(88,130,8); }
td.TdClassName
{
border-color: #588208;
}
.TagClassName
{
border-color: #588208;
}
</style>