Shades of Olive Drab #608126
Tints of Olive Drab #608126
RGB
CMYK
RGB Variations
Color information
#608126 (or 0x608126) is known color: Olive Drab. HEX triplet: 60, 81 and 26. RGB value is (96,129,38). Sum of RGB (Red+Green+Blue) = 96+129+38=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #608126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608126 is #9F7ED9. Grayscale: #6D6D6D. Windows color (decimal): -10452698 or 2523488. OLE color: 2523488.
HSL color Cylindrical-coordinate representation of color #608126: hue angle of 81.76º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #608126 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 38 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.49 |
| HSL | 81.76º | 0.54% | 0.33% | - |
| HSV(B) | 81.76º | 0.71% | 0.51% | - |
| XYZ | 13.02 | 18.33 | 4.68 | - |
| YUV | 108.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 38 | 0.26 | 0 | 0.71 | 0.49 | 81.76 | 0.54 | 0.33 |
| Hex | 60 | 81 | 26 | 1A | 0 | 47 | 31 | 52 | 36 | 21 |
| Octal | 140 | 201 | 46 | 32 | 0 | 107 | 61 | 122 | 66 | 41 |
| Binary | 1100000 | 10000001 | 100110 | 11010 | 0 | 1000111 | 110001 | 1010010 | 110110 | 100001 |
Color Harmonies of #608126
Complementary color
Monochromatic Colors of #608126
Black with #608126
Text Example
Text Example
White with #608126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608126; }
p { color: rgb(96,129,38); }
H1.HeaderClassName
{
color: #608126;
}
.AnyTagClassName
{
color: #608126;
}
</style>
background-color css
<style>
a { background-color: #608126; }
a { background-color: rgb(96,129,38); }
div.DivClassName
{
background-color: #608126;
}
.BgClassName
{
background-color: #608126;
}
</style>
border-color css
<style>
span { border-color: #608126; }
span { border-color: rgb(96,129,38); }
td.TdClassName
{
border-color: #608126;
}
.TagClassName
{
border-color: #608126;
}
</style>