Shades of Olive Drab #608B02
Tints of Olive Drab #608B02
RGB
CMYK
RGB Variations
Color information
#608B02 (or 0x608B02) is known color: Olive Drab. HEX triplet: 60, 8B and 02. RGB value is (96,139,2). Sum of RGB (Red+Green+Blue) = 96+139+2=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 139 (54.69% from 255 or 58.65% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 139 - color contains mainly: green. Hex color #608B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608B02 is #9F74FD. Grayscale: #6F6F6F. Windows color (decimal): -10450174 or 166752. OLE color: 166752.
HSL color Cylindrical-coordinate representation of color #608B02: hue angle of 78.83º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #608B02 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 139 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.45 |
| HSL | 78.83º | 0.97% | 0.28% | - |
| HSV(B) | 78.83º | 0.99% | 0.55% | - |
| XYZ | 14.07 | 20.96 | 3.36 | - |
| YUV | 110.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 2 | 0.31 | 0 | 0.99 | 0.45 | 78.83 | 0.97 | 0.28 |
| Hex | 60 | 8B | 2 | 1F | 0 | 63 | 2D | 4F | 61 | 1C |
| Octal | 140 | 213 | 2 | 37 | 0 | 143 | 55 | 117 | 141 | 34 |
| Binary | 1100000 | 10001011 | 10 | 11111 | 0 | 1100011 | 101101 | 1001111 | 1100001 | 11100 |
Color Harmonies of #608B02
Complementary color
Monochromatic Colors of #608B02
Black with #608B02
Text Example
Text Example
White with #608B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608B02; }
p { color: rgb(96,139,2); }
H1.HeaderClassName
{
color: #608B02;
}
.AnyTagClassName
{
color: #608B02;
}
</style>
background-color css
<style>
a { background-color: #608B02; }
a { background-color: rgb(96,139,2); }
div.DivClassName
{
background-color: #608B02;
}
.BgClassName
{
background-color: #608B02;
}
</style>
border-color css
<style>
span { border-color: #608B02; }
span { border-color: rgb(96,139,2); }
td.TdClassName
{
border-color: #608B02;
}
.TagClassName
{
border-color: #608B02;
}
</style>