Shades of Olive Drab #668227
Tints of Olive Drab #668227
RGB
CMYK
RGB Variations
Color information
#668227 (or 0x668227) is known color: Olive Drab. HEX triplet: 66, 82 and 27. RGB value is (102,130,39). Sum of RGB (Red+Green+Blue) = 102+130+39=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #668227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668227 is #997DD8. Grayscale: #6F6F6F. Windows color (decimal): -10059225 or 2589286. OLE color: 2589286.
HSL color Cylindrical-coordinate representation of color #668227: hue angle of 78.46º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #668227 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 39 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.49 |
| HSL | 78.46º | 0.54% | 0.33% | - |
| HSV(B) | 78.46º | 0.7% | 0.51% | - |
| XYZ | 13.83 | 18.94 | 4.85 | - |
| YUV | 111.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 39 | 0.22 | 0 | 0.70 | 0.49 | 78.46 | 0.54 | 0.33 |
| Hex | 66 | 82 | 27 | 16 | 0 | 46 | 31 | 4E | 36 | 21 |
| Octal | 146 | 202 | 47 | 26 | 0 | 106 | 61 | 116 | 66 | 41 |
| Binary | 1100110 | 10000010 | 100111 | 10110 | 0 | 1000110 | 110001 | 1001110 | 110110 | 100001 |
Color Harmonies of #668227
Complementary color
Monochromatic Colors of #668227
Black with #668227
Text Example
Text Example
White with #668227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668227; }
p { color: rgb(102,130,39); }
H1.HeaderClassName
{
color: #668227;
}
.AnyTagClassName
{
color: #668227;
}
</style>
background-color css
<style>
a { background-color: #668227; }
a { background-color: rgb(102,130,39); }
div.DivClassName
{
background-color: #668227;
}
.BgClassName
{
background-color: #668227;
}
</style>
border-color css
<style>
span { border-color: #668227; }
span { border-color: rgb(102,130,39); }
td.TdClassName
{
border-color: #668227;
}
.TagClassName
{
border-color: #668227;
}
</style>