Shades of Olive Drab #668409
Tints of Olive Drab #668409
RGB
CMYK
RGB Variations
Color information
#668409 (or 0x668409) is known color: Olive Drab. HEX triplet: 66, 84 and 09. RGB value is (102,132,9). Sum of RGB (Red+Green+Blue) = 102+132+9=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #668409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668409 is #997BF6. Grayscale: #6D6D6D. Windows color (decimal): -10058743 or 623718. OLE color: 623718.
HSL color Cylindrical-coordinate representation of color #668409: hue angle of 74.63º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #668409 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 9 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.48 |
| HSL | 74.63º | 0.87% | 0.28% | - |
| HSV(B) | 74.63º | 0.93% | 0.52% | - |
| XYZ | 13.78 | 19.35 | 3.27 | - |
| YUV | 109.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 9 | 0.23 | 0 | 0.93 | 0.48 | 74.63 | 0.87 | 0.28 |
| Hex | 66 | 84 | 9 | 17 | 0 | 5D | 30 | 4B | 57 | 1C |
| Octal | 146 | 204 | 11 | 27 | 0 | 135 | 60 | 113 | 127 | 34 |
| Binary | 1100110 | 10000100 | 1001 | 10111 | 0 | 1011101 | 110000 | 1001011 | 1010111 | 11100 |
Color Harmonies of #668409
Complementary color
Monochromatic Colors of #668409
Black with #668409
Text Example
Text Example
White with #668409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668409; }
p { color: rgb(102,132,9); }
H1.HeaderClassName
{
color: #668409;
}
.AnyTagClassName
{
color: #668409;
}
</style>
background-color css
<style>
a { background-color: #668409; }
a { background-color: rgb(102,132,9); }
div.DivClassName
{
background-color: #668409;
}
.BgClassName
{
background-color: #668409;
}
</style>
border-color css
<style>
span { border-color: #668409; }
span { border-color: rgb(102,132,9); }
td.TdClassName
{
border-color: #668409;
}
.TagClassName
{
border-color: #668409;
}
</style>