Shades of Olive Drab #668129
Tints of Olive Drab #668129
RGB
CMYK
RGB Variations
Color information
#668129 (or 0x668129) is known color: Olive Drab. HEX triplet: 66, 81 and 29. RGB value is (102,129,41). Sum of RGB (Red+Green+Blue) = 102+129+41=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #668129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668129 is #997ED6. Grayscale: #6F6F6F. Windows color (decimal): -10059479 or 2720102. OLE color: 2720102.
HSL color Cylindrical-coordinate representation of color #668129: hue angle of 78.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #668129 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 41 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.49 |
| HSL | 78.41º | 0.52% | 0.33% | - |
| HSV(B) | 78.41º | 0.68% | 0.51% | - |
| XYZ | 13.73 | 18.69 | 4.98 | - |
| YUV | 110.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 41 | 0.21 | 0 | 0.68 | 0.49 | 78.41 | 0.52 | 0.33 |
| Hex | 66 | 81 | 29 | 15 | 0 | 44 | 31 | 4E | 34 | 21 |
| Octal | 146 | 201 | 51 | 25 | 0 | 104 | 61 | 116 | 64 | 41 |
| Binary | 1100110 | 10000001 | 101001 | 10101 | 0 | 1000100 | 110001 | 1001110 | 110100 | 100001 |
Color Harmonies of #668129
Complementary color
Monochromatic Colors of #668129
Black with #668129
Text Example
Text Example
White with #668129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668129; }
p { color: rgb(102,129,41); }
H1.HeaderClassName
{
color: #668129;
}
.AnyTagClassName
{
color: #668129;
}
</style>
background-color css
<style>
a { background-color: #668129; }
a { background-color: rgb(102,129,41); }
div.DivClassName
{
background-color: #668129;
}
.BgClassName
{
background-color: #668129;
}
</style>
border-color css
<style>
span { border-color: #668129; }
span { border-color: rgb(102,129,41); }
td.TdClassName
{
border-color: #668129;
}
.TagClassName
{
border-color: #668129;
}
</style>