Shades of Olive Drab #668B29
Tints of Olive Drab #668B29
RGB
CMYK
RGB Variations
Color information
#668B29 (or 0x668B29) is known color: Olive Drab. HEX triplet: 66, 8B and 29. RGB value is (102,139,41). Sum of RGB (Red+Green+Blue) = 102+139+41=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #668B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B29 is #9974D6. Grayscale: #757575. Windows color (decimal): -10056919 or 2722662. OLE color: 2722662.
HSL color Cylindrical-coordinate representation of color #668B29: hue angle of 82.65º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #668B29 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 41 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.45 |
| HSL | 82.65º | 0.54% | 0.35% | - |
| HSV(B) | 82.65º | 0.71% | 0.55% | - |
| XYZ | 15.11 | 21.45 | 5.44 | - |
| YUV | 116.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 41 | 0.27 | 0 | 0.71 | 0.45 | 82.65 | 0.54 | 0.35 |
| Hex | 66 | 8B | 29 | 1B | 0 | 47 | 2D | 53 | 36 | 23 |
| Octal | 146 | 213 | 51 | 33 | 0 | 107 | 55 | 123 | 66 | 43 |
| Binary | 1100110 | 10001011 | 101001 | 11011 | 0 | 1000111 | 101101 | 1010011 | 110110 | 100011 |
Color Harmonies of #668B29
Complementary color
Monochromatic Colors of #668B29
Black with #668B29
Text Example
Text Example
White with #668B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B29; }
p { color: rgb(102,139,41); }
H1.HeaderClassName
{
color: #668B29;
}
.AnyTagClassName
{
color: #668B29;
}
</style>
background-color css
<style>
a { background-color: #668B29; }
a { background-color: rgb(102,139,41); }
div.DivClassName
{
background-color: #668B29;
}
.BgClassName
{
background-color: #668B29;
}
</style>
border-color css
<style>
span { border-color: #668B29; }
span { border-color: rgb(102,139,41); }
td.TdClassName
{
border-color: #668B29;
}
.TagClassName
{
border-color: #668B29;
}
</style>