Shades of Olive Drab #669010
Tints of Olive Drab #669010
RGB
CMYK
RGB Variations
Color information
#669010 (or 0x669010) is known color: Olive Drab. HEX triplet: 66, 90 and 10. RGB value is (102,144,16). Sum of RGB (Red+Green+Blue) = 102+144+16=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #669010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669010 is #996FEF. Grayscale: #757575. Windows color (decimal): -10055664 or 1085542. OLE color: 1085542.
HSL color Cylindrical-coordinate representation of color #669010: hue angle of 79.69º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #669010 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 16 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.44 |
| HSL | 79.69º | 0.8% | 0.31% | - |
| HSV(B) | 79.69º | 0.89% | 0.56% | - |
| XYZ | 15.55 | 22.81 | 4.07 | - |
| YUV | 116.85 | 71.09 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 16 | 0.29 | 0 | 0.89 | 0.44 | 79.69 | 0.8 | 0.31 |
| Hex | 66 | 90 | 10 | 1D | 0 | 59 | 2C | 50 | 50 | 1F |
| Octal | 146 | 220 | 20 | 35 | 0 | 131 | 54 | 120 | 120 | 37 |
| Binary | 1100110 | 10010000 | 10000 | 11101 | 0 | 1011001 | 101100 | 1010000 | 1010000 | 11111 |
Color Harmonies of #669010
Complementary color
Monochromatic Colors of #669010
Black with #669010
Text Example
Text Example
White with #669010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669010; }
p { color: rgb(102,144,16); }
H1.HeaderClassName
{
color: #669010;
}
.AnyTagClassName
{
color: #669010;
}
</style>
background-color css
<style>
a { background-color: #669010; }
a { background-color: rgb(102,144,16); }
div.DivClassName
{
background-color: #669010;
}
.BgClassName
{
background-color: #669010;
}
</style>
border-color css
<style>
span { border-color: #669010; }
span { border-color: rgb(102,144,16); }
td.TdClassName
{
border-color: #669010;
}
.TagClassName
{
border-color: #669010;
}
</style>