Shades of Olive Drab #667F20
Tints of Olive Drab #667F20
RGB
CMYK
RGB Variations
Color information
#667F20 (or 0x667F20) is known color: Olive Drab. HEX triplet: 66, 7F and 20. RGB value is (102,127,32). Sum of RGB (Red+Green+Blue) = 102+127+32=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #667F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F20 is #9980DF. Grayscale: #6D6D6D. Windows color (decimal): -10060000 or 2129766. OLE color: 2129766.
HSL color Cylindrical-coordinate representation of color #667F20: hue angle of 75.79º 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 #667F20 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 32 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.50 |
| HSL | 75.79º | 0.6% | 0.31% | - |
| HSV(B) | 75.79º | 0.75% | 0.5% | - |
| XYZ | 13.33 | 18.11 | 4.16 | - |
| YUV | 108.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 32 | 0.20 | 0 | 0.75 | 0.50 | 75.79 | 0.6 | 0.31 |
| Hex | 66 | 7F | 20 | 14 | 0 | 4B | 32 | 4C | 3C | 1F |
| Octal | 146 | 177 | 40 | 24 | 0 | 113 | 62 | 114 | 74 | 37 |
| Binary | 1100110 | 1111111 | 100000 | 10100 | 0 | 1001011 | 110010 | 1001100 | 111100 | 11111 |
Color Harmonies of #667F20
Complementary color
Monochromatic Colors of #667F20
Black with #667F20
Text Example
Text Example
White with #667F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F20; }
p { color: rgb(102,127,32); }
H1.HeaderClassName
{
color: #667F20;
}
.AnyTagClassName
{
color: #667F20;
}
</style>
background-color css
<style>
a { background-color: #667F20; }
a { background-color: rgb(102,127,32); }
div.DivClassName
{
background-color: #667F20;
}
.BgClassName
{
background-color: #667F20;
}
</style>
border-color css
<style>
span { border-color: #667F20; }
span { border-color: rgb(102,127,32); }
td.TdClassName
{
border-color: #667F20;
}
.TagClassName
{
border-color: #667F20;
}
</style>