Shades of Olive Drab #669006
Tints of Olive Drab #669006
RGB
CMYK
RGB Variations
Color information
#669006 (or 0x669006) is known color: Olive Drab. HEX triplet: 66, 90 and 06. RGB value is (102,144,6). Sum of RGB (Red+Green+Blue) = 102+144+6=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #669006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669006 is #996FF9. Grayscale: #747474. Windows color (decimal): -10055674 or 430182. OLE color: 430182.
HSL color Cylindrical-coordinate representation of color #669006: hue angle of 78.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #669006 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 6 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.44 |
| HSL | 78.26º | 0.92% | 0.29% | - |
| HSV(B) | 78.26º | 0.96% | 0.56% | - |
| XYZ | 15.49 | 22.78 | 3.75 | - |
| YUV | 115.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 6 | 0.29 | 0 | 0.96 | 0.44 | 78.26 | 0.92 | 0.29 |
| Hex | 66 | 90 | 6 | 1D | 0 | 60 | 2C | 4E | 5C | 1D |
| Octal | 146 | 220 | 6 | 35 | 0 | 140 | 54 | 116 | 134 | 35 |
| Binary | 1100110 | 10010000 | 110 | 11101 | 0 | 1100000 | 101100 | 1001110 | 1011100 | 11101 |
Color Harmonies of #669006
Complementary color
Monochromatic Colors of #669006
Black with #669006
Text Example
Text Example
White with #669006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669006; }
p { color: rgb(102,144,6); }
H1.HeaderClassName
{
color: #669006;
}
.AnyTagClassName
{
color: #669006;
}
</style>
background-color css
<style>
a { background-color: #669006; }
a { background-color: rgb(102,144,6); }
div.DivClassName
{
background-color: #669006;
}
.BgClassName
{
background-color: #669006;
}
</style>
border-color css
<style>
span { border-color: #669006; }
span { border-color: rgb(102,144,6); }
td.TdClassName
{
border-color: #669006;
}
.TagClassName
{
border-color: #669006;
}
</style>