Shades of Olive Drab #607F19
Tints of Olive Drab #607F19
RGB
CMYK
RGB Variations
Color information
#607F19 (or 0x607F19) is known color: Olive Drab. HEX triplet: 60, 7F and 19. RGB value is (96,127,25). Sum of RGB (Red+Green+Blue) = 96+127+25=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #607F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607F19 is #9F80E6. Grayscale: #6A6A6A. Windows color (decimal): -10453223 or 1671008. OLE color: 1671008.
HSL color Cylindrical-coordinate representation of color #607F19: hue angle of 78.24º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #607F19 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 25 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.50 |
| HSL | 78.24º | 0.67% | 0.3% | - |
| HSV(B) | 78.24º | 0.8% | 0.5% | - |
| XYZ | 12.59 | 17.74 | 3.68 | - |
| YUV | 106.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 25 | 0.24 | 0 | 0.80 | 0.50 | 78.24 | 0.67 | 0.3 |
| Hex | 60 | 7F | 19 | 18 | 0 | 50 | 32 | 4E | 43 | 1E |
| Octal | 140 | 177 | 31 | 30 | 0 | 120 | 62 | 116 | 103 | 36 |
| Binary | 1100000 | 1111111 | 11001 | 11000 | 0 | 1010000 | 110010 | 1001110 | 1000011 | 11110 |
Color Harmonies of #607F19
Complementary color
Monochromatic Colors of #607F19
Black with #607F19
Text Example
Text Example
White with #607F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F19; }
p { color: rgb(96,127,25); }
H1.HeaderClassName
{
color: #607F19;
}
.AnyTagClassName
{
color: #607F19;
}
</style>
background-color css
<style>
a { background-color: #607F19; }
a { background-color: rgb(96,127,25); }
div.DivClassName
{
background-color: #607F19;
}
.BgClassName
{
background-color: #607F19;
}
</style>
border-color css
<style>
span { border-color: #607F19; }
span { border-color: rgb(96,127,25); }
td.TdClassName
{
border-color: #607F19;
}
.TagClassName
{
border-color: #607F19;
}
</style>