Shades of Olive Drab #608207
Tints of Olive Drab #608207
RGB
CMYK
RGB Variations
Color information
#608207 (or 0x608207) is known color: Olive Drab. HEX triplet: 60, 82 and 07. RGB value is (96,130,7). Sum of RGB (Red+Green+Blue) = 96+130+7=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #608207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608207 is #9F7DF8. Grayscale: #6A6A6A. Windows color (decimal): -10452473 or 492128. OLE color: 492128.
HSL color Cylindrical-coordinate representation of color #608207: hue angle of 76.59º 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 #608207 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 7 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.49 |
| HSL | 76.59º | 0.9% | 0.27% | - |
| HSV(B) | 76.59º | 0.95% | 0.51% | - |
| XYZ | 12.84 | 18.47 | 3.09 | - |
| YUV | 105.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 7 | 0.26 | 0 | 0.95 | 0.49 | 76.59 | 0.9 | 0.27 |
| Hex | 60 | 82 | 7 | 1A | 0 | 5F | 31 | 4D | 5A | 1B |
| Octal | 140 | 202 | 7 | 32 | 0 | 137 | 61 | 115 | 132 | 33 |
| Binary | 1100000 | 10000010 | 111 | 11010 | 0 | 1011111 | 110001 | 1001101 | 1011010 | 11011 |
Color Harmonies of #608207
Complementary color
Monochromatic Colors of #608207
Black with #608207
Text Example
Text Example
White with #608207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608207; }
p { color: rgb(96,130,7); }
H1.HeaderClassName
{
color: #608207;
}
.AnyTagClassName
{
color: #608207;
}
</style>
background-color css
<style>
a { background-color: #608207; }
a { background-color: rgb(96,130,7); }
div.DivClassName
{
background-color: #608207;
}
.BgClassName
{
background-color: #608207;
}
</style>
border-color css
<style>
span { border-color: #608207; }
span { border-color: rgb(96,130,7); }
td.TdClassName
{
border-color: #608207;
}
.TagClassName
{
border-color: #608207;
}
</style>