Shades of Olive Drab #657F20
Tints of Olive Drab #657F20
RGB
CMYK
RGB Variations
Color information
#657F20 (or 0x657F20) is known color: Olive Drab. HEX triplet: 65, 7F and 20. RGB value is (101,127,32). Sum of RGB (Red+Green+Blue) = 101+127+32=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #657F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657F20 is #9A80DF. Grayscale: #6C6C6C. Windows color (decimal): -10125536 or 2129765. OLE color: 2129765.
HSL color Cylindrical-coordinate representation of color #657F20: hue angle of 76.42º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #657F20 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 32 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.50 |
| HSL | 76.42º | 0.6% | 0.31% | - |
| HSV(B) | 76.42º | 0.75% | 0.5% | - |
| XYZ | 13.22 | 18.05 | 4.15 | - |
| YUV | 108.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 32 | 0.20 | 0 | 0.75 | 0.50 | 76.42 | 0.6 | 0.31 |
| Hex | 65 | 7F | 20 | 14 | 0 | 4B | 32 | 4C | 3C | 1F |
| Octal | 145 | 177 | 40 | 24 | 0 | 113 | 62 | 114 | 74 | 37 |
| Binary | 1100101 | 1111111 | 100000 | 10100 | 0 | 1001011 | 110010 | 1001100 | 111100 | 11111 |
Color Harmonies of #657F20
Complementary color
Monochromatic Colors of #657F20
Black with #657F20
Text Example
Text Example
White with #657F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F20; }
p { color: rgb(101,127,32); }
H1.HeaderClassName
{
color: #657F20;
}
.AnyTagClassName
{
color: #657F20;
}
</style>
background-color css
<style>
a { background-color: #657F20; }
a { background-color: rgb(101,127,32); }
div.DivClassName
{
background-color: #657F20;
}
.BgClassName
{
background-color: #657F20;
}
</style>
border-color css
<style>
span { border-color: #657F20; }
span { border-color: rgb(101,127,32); }
td.TdClassName
{
border-color: #657F20;
}
.TagClassName
{
border-color: #657F20;
}
</style>