Shades of Olive Drab #668114
Tints of Olive Drab #668114
RGB
CMYK
RGB Variations
Color information
#668114 (or 0x668114) is known color: Olive Drab. HEX triplet: 66, 81 and 14. RGB value is (102,129,20). Sum of RGB (Red+Green+Blue) = 102+129+20=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #668114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668114 is #997EEB. Grayscale: #6C6C6C. Windows color (decimal): -10059500 or 1343846. OLE color: 1343846.
HSL color Cylindrical-coordinate representation of color #668114: hue angle of 74.86º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #668114 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 20 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.49 |
| HSL | 74.86º | 0.73% | 0.29% | - |
| HSV(B) | 74.86º | 0.84% | 0.51% | - |
| XYZ | 13.46 | 18.58 | 3.54 | - |
| YUV | 108.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 20 | 0.21 | 0 | 0.84 | 0.49 | 74.86 | 0.73 | 0.29 |
| Hex | 66 | 81 | 14 | 15 | 0 | 54 | 31 | 4B | 49 | 1D |
| Octal | 146 | 201 | 24 | 25 | 0 | 124 | 61 | 113 | 111 | 35 |
| Binary | 1100110 | 10000001 | 10100 | 10101 | 0 | 1010100 | 110001 | 1001011 | 1001001 | 11101 |
Color Harmonies of #668114
Complementary color
Monochromatic Colors of #668114
Black with #668114
Text Example
Text Example
White with #668114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668114; }
p { color: rgb(102,129,20); }
H1.HeaderClassName
{
color: #668114;
}
.AnyTagClassName
{
color: #668114;
}
</style>
background-color css
<style>
a { background-color: #668114; }
a { background-color: rgb(102,129,20); }
div.DivClassName
{
background-color: #668114;
}
.BgClassName
{
background-color: #668114;
}
</style>
border-color css
<style>
span { border-color: #668114; }
span { border-color: rgb(102,129,20); }
td.TdClassName
{
border-color: #668114;
}
.TagClassName
{
border-color: #668114;
}
</style>