Shades of Olive Drab #608A05
Tints of Olive Drab #608A05
RGB
CMYK
RGB Variations
Color information
#608A05 (or 0x608A05) is known color: Olive Drab. HEX triplet: 60, 8A and 05. RGB value is (96,138,5). Sum of RGB (Red+Green+Blue) = 96+138+5=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 138 (54.30% from 255 or 57.74% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 138 - color contains mainly: green. Hex color #608A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608A05 is #9F75FA. Grayscale: #6E6E6E. Windows color (decimal): -10450427 or 363104. OLE color: 363104.
HSL color Cylindrical-coordinate representation of color #608A05: hue angle of 78.95º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #608A05 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 5 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.46 |
| HSL | 78.95º | 0.93% | 0.28% | - |
| HSV(B) | 78.95º | 0.96% | 0.54% | - |
| XYZ | 13.94 | 20.67 | 3.4 | - |
| YUV | 110.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 5 | 0.30 | 0 | 0.96 | 0.46 | 78.95 | 0.93 | 0.28 |
| Hex | 60 | 8A | 5 | 1E | 0 | 60 | 2E | 4F | 5D | 1C |
| Octal | 140 | 212 | 5 | 36 | 0 | 140 | 56 | 117 | 135 | 34 |
| Binary | 1100000 | 10001010 | 101 | 11110 | 0 | 1100000 | 101110 | 1001111 | 1011101 | 11100 |
Color Harmonies of #608A05
Complementary color
Monochromatic Colors of #608A05
Black with #608A05
Text Example
Text Example
White with #608A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A05; }
p { color: rgb(96,138,5); }
H1.HeaderClassName
{
color: #608A05;
}
.AnyTagClassName
{
color: #608A05;
}
</style>
background-color css
<style>
a { background-color: #608A05; }
a { background-color: rgb(96,138,5); }
div.DivClassName
{
background-color: #608A05;
}
.BgClassName
{
background-color: #608A05;
}
</style>
border-color css
<style>
span { border-color: #608A05; }
span { border-color: rgb(96,138,5); }
td.TdClassName
{
border-color: #608A05;
}
.TagClassName
{
border-color: #608A05;
}
</style>