Shades of Olive Drab #669413
Tints of Olive Drab #669413
RGB
CMYK
RGB Variations
Color information
#669413 (or 0x669413) is known color: Olive Drab. HEX triplet: 66, 94 and 13. RGB value is (102,148,19). Sum of RGB (Red+Green+Blue) = 102+148+19=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #669413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669413 is #996BEC. Grayscale: #787878. Windows color (decimal): -10054637 or 1283174. OLE color: 1283174.
HSL color Cylindrical-coordinate representation of color #669413: hue angle of 81.4º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #669413 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 19 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.42 |
| HSL | 81.4º | 0.77% | 0.33% | - |
| HSV(B) | 81.4º | 0.87% | 0.58% | - |
| XYZ | 16.19 | 24.05 | 4.41 | - |
| YUV | 119.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 19 | 0.31 | 0 | 0.87 | 0.42 | 81.4 | 0.77 | 0.33 |
| Hex | 66 | 94 | 13 | 1F | 0 | 57 | 2A | 51 | 4D | 21 |
| Octal | 146 | 224 | 23 | 37 | 0 | 127 | 52 | 121 | 115 | 41 |
| Binary | 1100110 | 10010100 | 10011 | 11111 | 0 | 1010111 | 101010 | 1010001 | 1001101 | 100001 |
Color Harmonies of #669413
Complementary color
Monochromatic Colors of #669413
Black with #669413
Text Example
Text Example
White with #669413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669413; }
p { color: rgb(102,148,19); }
H1.HeaderClassName
{
color: #669413;
}
.AnyTagClassName
{
color: #669413;
}
</style>
background-color css
<style>
a { background-color: #669413; }
a { background-color: rgb(102,148,19); }
div.DivClassName
{
background-color: #669413;
}
.BgClassName
{
background-color: #669413;
}
</style>
border-color css
<style>
span { border-color: #669413; }
span { border-color: rgb(102,148,19); }
td.TdClassName
{
border-color: #669413;
}
.TagClassName
{
border-color: #669413;
}
</style>