Shades of Olive Drab #607F17
Tints of Olive Drab #607F17
RGB
CMYK
RGB Variations
Color information
#607F17 (or 0x607F17) is known color: Olive Drab. HEX triplet: 60, 7F and 17. RGB value is (96,127,23). Sum of RGB (Red+Green+Blue) = 96+127+23=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #607F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607F17 is #9F80E8. Grayscale: #6A6A6A. Windows color (decimal): -10453225 or 1539936. OLE color: 1539936.
HSL color Cylindrical-coordinate representation of color #607F17: hue angle of 77.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #607F17 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 23 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.50 |
| HSL | 77.88º | 0.69% | 0.29% | - |
| HSV(B) | 77.88º | 0.82% | 0.5% | - |
| XYZ | 12.57 | 17.73 | 3.57 | - |
| YUV | 105.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 23 | 0.24 | 0 | 0.82 | 0.50 | 77.88 | 0.69 | 0.29 |
| Hex | 60 | 7F | 17 | 18 | 0 | 52 | 32 | 4E | 45 | 1D |
| Octal | 140 | 177 | 27 | 30 | 0 | 122 | 62 | 116 | 105 | 35 |
| Binary | 1100000 | 1111111 | 10111 | 11000 | 0 | 1010010 | 110010 | 1001110 | 1000101 | 11101 |
Color Harmonies of #607F17
Complementary color
Monochromatic Colors of #607F17
Black with #607F17
Text Example
Text Example
White with #607F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F17; }
p { color: rgb(96,127,23); }
H1.HeaderClassName
{
color: #607F17;
}
.AnyTagClassName
{
color: #607F17;
}
</style>
background-color css
<style>
a { background-color: #607F17; }
a { background-color: rgb(96,127,23); }
div.DivClassName
{
background-color: #607F17;
}
.BgClassName
{
background-color: #607F17;
}
</style>
border-color css
<style>
span { border-color: #607F17; }
span { border-color: rgb(96,127,23); }
td.TdClassName
{
border-color: #607F17;
}
.TagClassName
{
border-color: #607F17;
}
</style>