Shades of Olive Drab #668729
Tints of Olive Drab #668729
RGB
CMYK
RGB Variations
Color information
#668729 (or 0x668729) is known color: Olive Drab. HEX triplet: 66, 87 and 29. RGB value is (102,135,41). Sum of RGB (Red+Green+Blue) = 102+135+41=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #668729 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668729 is #9978D6. Grayscale: #727272. Windows color (decimal): -10057943 or 2721638. OLE color: 2721638.
HSL color Cylindrical-coordinate representation of color #668729: hue angle of 81.06º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #668729 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 41 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.47 |
| HSL | 81.06º | 0.53% | 0.35% | - |
| HSV(B) | 81.06º | 0.7% | 0.53% | - |
| XYZ | 14.54 | 20.31 | 5.25 | - |
| YUV | 114.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 41 | 0.24 | 0 | 0.70 | 0.47 | 81.06 | 0.53 | 0.35 |
| Hex | 66 | 87 | 29 | 18 | 0 | 46 | 2F | 51 | 35 | 23 |
| Octal | 146 | 207 | 51 | 30 | 0 | 106 | 57 | 121 | 65 | 43 |
| Binary | 1100110 | 10000111 | 101001 | 11000 | 0 | 1000110 | 101111 | 1010001 | 110101 | 100011 |
Color Harmonies of #668729
Complementary color
Monochromatic Colors of #668729
Black with #668729
Text Example
Text Example
White with #668729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668729; }
p { color: rgb(102,135,41); }
H1.HeaderClassName
{
color: #668729;
}
.AnyTagClassName
{
color: #668729;
}
</style>
background-color css
<style>
a { background-color: #668729; }
a { background-color: rgb(102,135,41); }
div.DivClassName
{
background-color: #668729;
}
.BgClassName
{
background-color: #668729;
}
</style>
border-color css
<style>
span { border-color: #668729; }
span { border-color: rgb(102,135,41); }
td.TdClassName
{
border-color: #668729;
}
.TagClassName
{
border-color: #668729;
}
</style>