Shades of Olive Drab #667F2C
Tints of Olive Drab #667F2C
RGB
CMYK
RGB Variations
Color information
#667F2C (or 0x667F2C) is known color: Olive Drab. HEX triplet: 66, 7F and 2C. RGB value is (102,127,44). Sum of RGB (Red+Green+Blue) = 102+127+44=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #667F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F2C is #9980D3. Grayscale: #6E6E6E. Windows color (decimal): -10059988 or 2916198. OLE color: 2916198.
HSL color Cylindrical-coordinate representation of color #667F2C: hue angle of 78.07º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #667F2C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 44 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.50 |
| HSL | 78.07º | 0.49% | 0.34% | - |
| HSV(B) | 78.07º | 0.65% | 0.5% | - |
| XYZ | 13.52 | 18.19 | 5.18 | - |
| YUV | 110.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 44 | 0.20 | 0 | 0.65 | 0.50 | 78.07 | 0.49 | 0.34 |
| Hex | 66 | 7F | 2C | 14 | 0 | 41 | 32 | 4E | 31 | 22 |
| Octal | 146 | 177 | 54 | 24 | 0 | 101 | 62 | 116 | 61 | 42 |
| Binary | 1100110 | 1111111 | 101100 | 10100 | 0 | 1000001 | 110010 | 1001110 | 110001 | 100010 |
Color Harmonies of #667F2C
Complementary color
Monochromatic Colors of #667F2C
Black with #667F2C
Text Example
Text Example
White with #667F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F2C; }
p { color: rgb(102,127,44); }
H1.HeaderClassName
{
color: #667F2C;
}
.AnyTagClassName
{
color: #667F2C;
}
</style>
background-color css
<style>
a { background-color: #667F2C; }
a { background-color: rgb(102,127,44); }
div.DivClassName
{
background-color: #667F2C;
}
.BgClassName
{
background-color: #667F2C;
}
</style>
border-color css
<style>
span { border-color: #667F2C; }
span { border-color: rgb(102,127,44); }
td.TdClassName
{
border-color: #667F2C;
}
.TagClassName
{
border-color: #667F2C;
}
</style>