Shades of Olive Drab #669003
Tints of Olive Drab #669003
RGB
CMYK
RGB Variations
Color information
#669003 (or 0x669003) is known color: Olive Drab. HEX triplet: 66, 90 and 03. RGB value is (102,144,3). Sum of RGB (Red+Green+Blue) = 102+144+3=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #669003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669003 is #996FFC. Grayscale: #737373. Windows color (decimal): -10055677 or 233574. OLE color: 233574.
HSL color Cylindrical-coordinate representation of color #669003: hue angle of 77.87º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #669003 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 3 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.44 |
| HSL | 77.87º | 0.96% | 0.29% | - |
| HSV(B) | 77.87º | 0.98% | 0.56% | - |
| XYZ | 15.47 | 22.78 | 3.67 | - |
| YUV | 115.37 | 64.59 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 3 | 0.29 | 0 | 0.98 | 0.44 | 77.87 | 0.96 | 0.29 |
| Hex | 66 | 90 | 3 | 1D | 0 | 62 | 2C | 4E | 60 | 1D |
| Octal | 146 | 220 | 3 | 35 | 0 | 142 | 54 | 116 | 140 | 35 |
| Binary | 1100110 | 10010000 | 11 | 11101 | 0 | 1100010 | 101100 | 1001110 | 1100000 | 11101 |
Color Harmonies of #669003
Complementary color
Monochromatic Colors of #669003
Black with #669003
Text Example
Text Example
White with #669003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669003; }
p { color: rgb(102,144,3); }
H1.HeaderClassName
{
color: #669003;
}
.AnyTagClassName
{
color: #669003;
}
</style>
background-color css
<style>
a { background-color: #669003; }
a { background-color: rgb(102,144,3); }
div.DivClassName
{
background-color: #669003;
}
.BgClassName
{
background-color: #669003;
}
</style>
border-color css
<style>
span { border-color: #669003; }
span { border-color: rgb(102,144,3); }
td.TdClassName
{
border-color: #669003;
}
.TagClassName
{
border-color: #669003;
}
</style>