Shades of Olive Drab #668829
Tints of Olive Drab #668829
RGB
CMYK
RGB Variations
Color information
#668829 (or 0x668829) is known color: Olive Drab. HEX triplet: 66, 88 and 29. RGB value is (102,136,41). Sum of RGB (Red+Green+Blue) = 102+136+41=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #668829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668829 is #9977D6. Grayscale: #737373. Windows color (decimal): -10057687 or 2721894. OLE color: 2721894.
HSL color Cylindrical-coordinate representation of color #668829: hue angle of 81.47º degrees, saturation: 0.54, 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 #668829 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 41 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.47 |
| HSL | 81.47º | 0.54% | 0.35% | - |
| HSV(B) | 81.47º | 0.7% | 0.53% | - |
| XYZ | 14.68 | 20.59 | 5.3 | - |
| YUV | 115 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 41 | 0.25 | 0 | 0.70 | 0.47 | 81.47 | 0.54 | 0.35 |
| Hex | 66 | 88 | 29 | 19 | 0 | 46 | 2F | 51 | 36 | 23 |
| Octal | 146 | 210 | 51 | 31 | 0 | 106 | 57 | 121 | 66 | 43 |
| Binary | 1100110 | 10001000 | 101001 | 11001 | 0 | 1000110 | 101111 | 1010001 | 110110 | 100011 |
Color Harmonies of #668829
Complementary color
Monochromatic Colors of #668829
Black with #668829
Text Example
Text Example
White with #668829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668829; }
p { color: rgb(102,136,41); }
H1.HeaderClassName
{
color: #668829;
}
.AnyTagClassName
{
color: #668829;
}
</style>
background-color css
<style>
a { background-color: #668829; }
a { background-color: rgb(102,136,41); }
div.DivClassName
{
background-color: #668829;
}
.BgClassName
{
background-color: #668829;
}
</style>
border-color css
<style>
span { border-color: #668829; }
span { border-color: rgb(102,136,41); }
td.TdClassName
{
border-color: #668829;
}
.TagClassName
{
border-color: #668829;
}
</style>