Shades of Olive Drab #608C07
Tints of Olive Drab #608C07
RGB
CMYK
RGB Variations
Color information
#608C07 (or 0x608C07) is known color: Olive Drab. HEX triplet: 60, 8C and 07. RGB value is (96,140,7). Sum of RGB (Red+Green+Blue) = 96+140+7=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 140 (55.08% from 255 or 57.61% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 140 - color contains mainly: green. Hex color #608C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608C07 is #9F73F8. Grayscale: #707070. Windows color (decimal): -10449913 or 494688. OLE color: 494688.
HSL color Cylindrical-coordinate representation of color #608C07: hue angle of 79.85º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #608C07 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 7 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.45 |
| HSL | 79.85º | 0.9% | 0.29% | - |
| HSV(B) | 79.85º | 0.95% | 0.55% | - |
| XYZ | 14.24 | 21.26 | 3.55 | - |
| YUV | 111.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 7 | 0.31 | 0 | 0.95 | 0.45 | 79.85 | 0.9 | 0.29 |
| Hex | 60 | 8C | 7 | 1F | 0 | 5F | 2D | 50 | 5A | 1D |
| Octal | 140 | 214 | 7 | 37 | 0 | 137 | 55 | 120 | 132 | 35 |
| Binary | 1100000 | 10001100 | 111 | 11111 | 0 | 1011111 | 101101 | 1010000 | 1011010 | 11101 |
Color Harmonies of #608C07
Complementary color
Monochromatic Colors of #608C07
Black with #608C07
Text Example
Text Example
White with #608C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C07; }
p { color: rgb(96,140,7); }
H1.HeaderClassName
{
color: #608C07;
}
.AnyTagClassName
{
color: #608C07;
}
</style>
background-color css
<style>
a { background-color: #608C07; }
a { background-color: rgb(96,140,7); }
div.DivClassName
{
background-color: #608C07;
}
.BgClassName
{
background-color: #608C07;
}
</style>
border-color css
<style>
span { border-color: #608C07; }
span { border-color: rgb(96,140,7); }
td.TdClassName
{
border-color: #608C07;
}
.TagClassName
{
border-color: #608C07;
}
</style>