Shades of Olive Drab #669607
Tints of Olive Drab #669607
RGB
CMYK
RGB Variations
Color information
#669607 (or 0x669607) is known color: Olive Drab. HEX triplet: 66, 96 and 07. RGB value is (102,150,7). Sum of RGB (Red+Green+Blue) = 102+150+7=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #669607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669607 is #9969F8. Grayscale: #777777. Windows color (decimal): -10054137 or 497254. OLE color: 497254.
HSL color Cylindrical-coordinate representation of color #669607: hue angle of 80.14º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #669607 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 7 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.41 |
| HSL | 80.14º | 0.91% | 0.31% | - |
| HSV(B) | 80.14º | 0.95% | 0.59% | - |
| XYZ | 16.42 | 24.65 | 4.09 | - |
| YUV | 119.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 7 | 0.32 | 0 | 0.95 | 0.41 | 80.14 | 0.91 | 0.31 |
| Hex | 66 | 96 | 7 | 20 | 0 | 5F | 29 | 50 | 5B | 1F |
| Octal | 146 | 226 | 7 | 40 | 0 | 137 | 51 | 120 | 133 | 37 |
| Binary | 1100110 | 10010110 | 111 | 100000 | 0 | 1011111 | 101001 | 1010000 | 1011011 | 11111 |
Color Harmonies of #669607
Complementary color
Monochromatic Colors of #669607
Black with #669607
Text Example
Text Example
White with #669607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669607; }
p { color: rgb(102,150,7); }
H1.HeaderClassName
{
color: #669607;
}
.AnyTagClassName
{
color: #669607;
}
</style>
background-color css
<style>
a { background-color: #669607; }
a { background-color: rgb(102,150,7); }
div.DivClassName
{
background-color: #669607;
}
.BgClassName
{
background-color: #669607;
}
</style>
border-color css
<style>
span { border-color: #669607; }
span { border-color: rgb(102,150,7); }
td.TdClassName
{
border-color: #669607;
}
.TagClassName
{
border-color: #669607;
}
</style>