Shades of Olive Drab #588107
Tints of Olive Drab #588107
RGB
CMYK
RGB Variations
Color information
#588107 (or 0x588107) is known color: Olive Drab. HEX triplet: 58, 81 and 07. RGB value is (88,129,7). Sum of RGB (Red+Green+Blue) = 88+129+7=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #588107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588107 is #A77EF8. Grayscale: #676767. Windows color (decimal): -10977017 or 491864. OLE color: 491864.
HSL color Cylindrical-coordinate representation of color #588107: hue angle of 80.16º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #588107 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 7 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.49 |
| HSL | 80.16º | 0.9% | 0.27% | - |
| HSV(B) | 80.16º | 0.95% | 0.51% | - |
| XYZ | 11.91 | 17.79 | 3.01 | - |
| YUV | 102.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 7 | 0.32 | 0 | 0.95 | 0.49 | 80.16 | 0.9 | 0.27 |
| Hex | 58 | 81 | 7 | 20 | 0 | 5F | 31 | 50 | 5A | 1B |
| Octal | 130 | 201 | 7 | 40 | 0 | 137 | 61 | 120 | 132 | 33 |
| Binary | 1011000 | 10000001 | 111 | 100000 | 0 | 1011111 | 110001 | 1010000 | 1011010 | 11011 |
Color Harmonies of #588107
Complementary color
Monochromatic Colors of #588107
Black with #588107
Text Example
Text Example
White with #588107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588107; }
p { color: rgb(88,129,7); }
H1.HeaderClassName
{
color: #588107;
}
.AnyTagClassName
{
color: #588107;
}
</style>
background-color css
<style>
a { background-color: #588107; }
a { background-color: rgb(88,129,7); }
div.DivClassName
{
background-color: #588107;
}
.BgClassName
{
background-color: #588107;
}
</style>
border-color css
<style>
span { border-color: #588107; }
span { border-color: rgb(88,129,7); }
td.TdClassName
{
border-color: #588107;
}
.TagClassName
{
border-color: #588107;
}
</style>