Shades of Olive Drab #617F16
Tints of Olive Drab #617F16
RGB
CMYK
RGB Variations
Color information
#617F16 (or 0x617F16) is known color: Olive Drab. HEX triplet: 61, 7F and 16. RGB value is (97,127,22). Sum of RGB (Red+Green+Blue) = 97+127+22=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #617F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617F16 is #9E80E9. Grayscale: #6A6A6A. Windows color (decimal): -10387690 or 1474401. OLE color: 1474401.
HSL color Cylindrical-coordinate representation of color #617F16: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #617F16 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 22 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.50 |
| HSL | 77.14º | 0.7% | 0.29% | - |
| HSV(B) | 77.14º | 0.83% | 0.5% | - |
| XYZ | 12.66 | 17.78 | 3.52 | - |
| YUV | 106.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 22 | 0.24 | 0 | 0.83 | 0.50 | 77.14 | 0.7 | 0.29 |
| Hex | 61 | 7F | 16 | 18 | 0 | 53 | 32 | 4D | 46 | 1D |
| Octal | 141 | 177 | 26 | 30 | 0 | 123 | 62 | 115 | 106 | 35 |
| Binary | 1100001 | 1111111 | 10110 | 11000 | 0 | 1010011 | 110010 | 1001101 | 1000110 | 11101 |
Color Harmonies of #617F16
Complementary color
Monochromatic Colors of #617F16
Black with #617F16
Text Example
Text Example
White with #617F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F16; }
p { color: rgb(97,127,22); }
H1.HeaderClassName
{
color: #617F16;
}
.AnyTagClassName
{
color: #617F16;
}
</style>
background-color css
<style>
a { background-color: #617F16; }
a { background-color: rgb(97,127,22); }
div.DivClassName
{
background-color: #617F16;
}
.BgClassName
{
background-color: #617F16;
}
</style>
border-color css
<style>
span { border-color: #617F16; }
span { border-color: rgb(97,127,22); }
td.TdClassName
{
border-color: #617F16;
}
.TagClassName
{
border-color: #617F16;
}
</style>