Shades of Olive Drab #607F13
Tints of Olive Drab #607F13
RGB
CMYK
RGB Variations
Color information
#607F13 (or 0x607F13) is known color: Olive Drab. HEX triplet: 60, 7F and 13. RGB value is (96,127,19). Sum of RGB (Red+Green+Blue) = 96+127+19=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #607F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607F13 is #9F80EC. Grayscale: #696969. Windows color (decimal): -10453229 or 1277792. OLE color: 1277792.
HSL color Cylindrical-coordinate representation of color #607F13: hue angle of 77.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #607F13 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 19 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.50 |
| HSL | 77.22º | 0.74% | 0.29% | - |
| HSV(B) | 77.22º | 0.85% | 0.5% | - |
| XYZ | 12.53 | 17.71 | 3.37 | - |
| YUV | 105.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 19 | 0.24 | 0 | 0.85 | 0.50 | 77.22 | 0.74 | 0.29 |
| Hex | 60 | 7F | 13 | 18 | 0 | 55 | 32 | 4D | 4A | 1D |
| Octal | 140 | 177 | 23 | 30 | 0 | 125 | 62 | 115 | 112 | 35 |
| Binary | 1100000 | 1111111 | 10011 | 11000 | 0 | 1010101 | 110010 | 1001101 | 1001010 | 11101 |
Color Harmonies of #607F13
Complementary color
Monochromatic Colors of #607F13
Black with #607F13
Text Example
Text Example
White with #607F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F13; }
p { color: rgb(96,127,19); }
H1.HeaderClassName
{
color: #607F13;
}
.AnyTagClassName
{
color: #607F13;
}
</style>
background-color css
<style>
a { background-color: #607F13; }
a { background-color: rgb(96,127,19); }
div.DivClassName
{
background-color: #607F13;
}
.BgClassName
{
background-color: #607F13;
}
</style>
border-color css
<style>
span { border-color: #607F13; }
span { border-color: rgb(96,127,19); }
td.TdClassName
{
border-color: #607F13;
}
.TagClassName
{
border-color: #607F13;
}
</style>