Shades of Olive Drab #667E34
Tints of Olive Drab #667E34
RGB
CMYK
RGB Variations
Color information
#667E34 (or 0x667E34) is known color: Olive Drab. HEX triplet: 66, 7E and 34. RGB value is (102,126,52). Sum of RGB (Red+Green+Blue) = 102+126+52=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #667E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667E34 is #9981CB. Grayscale: #6E6E6E. Windows color (decimal): -10060236 or 3440230. OLE color: 3440230.
HSL color Cylindrical-coordinate representation of color #667E34: hue angle of 79.46º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #667E34 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 52 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.51 |
| HSL | 79.46º | 0.42% | 0.35% | - |
| HSV(B) | 79.46º | 0.59% | 0.49% | - |
| XYZ | 13.56 | 17.99 | 6.01 | - |
| YUV | 110.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 52 | 0.19 | 0 | 0.59 | 0.51 | 79.46 | 0.42 | 0.35 |
| Hex | 66 | 7E | 34 | 13 | 0 | 3B | 33 | 4F | 2A | 23 |
| Octal | 146 | 176 | 64 | 23 | 0 | 73 | 63 | 117 | 52 | 43 |
| Binary | 1100110 | 1111110 | 110100 | 10011 | 0 | 111011 | 110011 | 1001111 | 101010 | 100011 |
Color Harmonies of #667E34
Complementary color
Monochromatic Colors of #667E34
Black with #667E34
Text Example
Text Example
White with #667E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E34; }
p { color: rgb(102,126,52); }
H1.HeaderClassName
{
color: #667E34;
}
.AnyTagClassName
{
color: #667E34;
}
</style>
background-color css
<style>
a { background-color: #667E34; }
a { background-color: rgb(102,126,52); }
div.DivClassName
{
background-color: #667E34;
}
.BgClassName
{
background-color: #667E34;
}
</style>
border-color css
<style>
span { border-color: #667E34; }
span { border-color: rgb(102,126,52); }
td.TdClassName
{
border-color: #667E34;
}
.TagClassName
{
border-color: #667E34;
}
</style>