Shades of Olive Drab #607F27
Tints of Olive Drab #607F27
RGB
CMYK
RGB Variations
Color information
#607F27 (or 0x607F27) is known color: Olive Drab. HEX triplet: 60, 7F and 27. RGB value is (96,127,39). Sum of RGB (Red+Green+Blue) = 96+127+39=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #607F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F27 is #9F80D8. Grayscale: #6C6C6C. Windows color (decimal): -10453209 or 2588512. OLE color: 2588512.
HSL color Cylindrical-coordinate representation of color #607F27: hue angle of 81.14º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #607F27 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 39 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.50 |
| HSL | 81.14º | 0.53% | 0.33% | - |
| HSV(B) | 81.14º | 0.69% | 0.5% | - |
| XYZ | 12.78 | 17.81 | 4.68 | - |
| YUV | 107.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 39 | 0.24 | 0 | 0.69 | 0.50 | 81.14 | 0.53 | 0.33 |
| Hex | 60 | 7F | 27 | 18 | 0 | 45 | 32 | 51 | 35 | 21 |
| Octal | 140 | 177 | 47 | 30 | 0 | 105 | 62 | 121 | 65 | 41 |
| Binary | 1100000 | 1111111 | 100111 | 11000 | 0 | 1000101 | 110010 | 1010001 | 110101 | 100001 |
Color Harmonies of #607F27
Complementary color
Monochromatic Colors of #607F27
Black with #607F27
Text Example
Text Example
White with #607F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F27; }
p { color: rgb(96,127,39); }
H1.HeaderClassName
{
color: #607F27;
}
.AnyTagClassName
{
color: #607F27;
}
</style>
background-color css
<style>
a { background-color: #607F27; }
a { background-color: rgb(96,127,39); }
div.DivClassName
{
background-color: #607F27;
}
.BgClassName
{
background-color: #607F27;
}
</style>
border-color css
<style>
span { border-color: #607F27; }
span { border-color: rgb(96,127,39); }
td.TdClassName
{
border-color: #607F27;
}
.TagClassName
{
border-color: #607F27;
}
</style>