Shades of Olive Drab #669401
Tints of Olive Drab #669401
RGB
CMYK
RGB Variations
Color information
#669401 (or 0x669401) is known color: Olive Drab. HEX triplet: 66, 94 and 01. RGB value is (102,148,1). Sum of RGB (Red+Green+Blue) = 102+148+1=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #669401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669401 is #996BFE. Grayscale: #767676. Windows color (decimal): -10054655 or 103526. OLE color: 103526.
HSL color Cylindrical-coordinate representation of color #669401: hue angle of 78.78º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #669401 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.42 |
| HSL | 78.78º | 0.99% | 0.29% | - |
| HSV(B) | 78.78º | 0.99% | 0.58% | - |
| XYZ | 16.07 | 24.01 | 3.82 | - |
| YUV | 117.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 1 | 0.31 | 0 | 0.99 | 0.42 | 78.78 | 0.99 | 0.29 |
| Hex | 66 | 94 | 1 | 1F | 0 | 63 | 2A | 4F | 63 | 1D |
| Octal | 146 | 224 | 1 | 37 | 0 | 143 | 52 | 117 | 143 | 35 |
| Binary | 1100110 | 10010100 | 1 | 11111 | 0 | 1100011 | 101010 | 1001111 | 1100011 | 11101 |
Color Harmonies of #669401
Complementary color
Monochromatic Colors of #669401
Black with #669401
Text Example
Text Example
White with #669401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669401; }
p { color: rgb(102,148,1); }
H1.HeaderClassName
{
color: #669401;
}
.AnyTagClassName
{
color: #669401;
}
</style>
background-color css
<style>
a { background-color: #669401; }
a { background-color: rgb(102,148,1); }
div.DivClassName
{
background-color: #669401;
}
.BgClassName
{
background-color: #669401;
}
</style>
border-color css
<style>
span { border-color: #669401; }
span { border-color: rgb(102,148,1); }
td.TdClassName
{
border-color: #669401;
}
.TagClassName
{
border-color: #669401;
}
</style>