Shades of Olive Drab #66940F
Tints of Olive Drab #66940F
RGB
CMYK
RGB Variations
Color information
#66940F (or 0x66940F) is known color: Olive Drab. HEX triplet: 66, 94 and 0F. RGB value is (102,148,15). Sum of RGB (Red+Green+Blue) = 102+148+15=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #66940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66940F is #996BF0. Grayscale: #777777. Windows color (decimal): -10054641 or 1021030. OLE color: 1021030.
HSL color Cylindrical-coordinate representation of color #66940F: hue angle of 80.75º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66940F is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 15 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.42 |
| HSL | 80.75º | 0.82% | 0.32% | - |
| HSV(B) | 80.75º | 0.9% | 0.58% | - |
| XYZ | 16.16 | 24.04 | 4.24 | - |
| YUV | 119.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 15 | 0.31 | 0 | 0.90 | 0.42 | 80.75 | 0.82 | 0.32 |
| Hex | 66 | 94 | F | 1F | 0 | 5A | 2A | 51 | 52 | 20 |
| Octal | 146 | 224 | 17 | 37 | 0 | 132 | 52 | 121 | 122 | 40 |
| Binary | 1100110 | 10010100 | 1111 | 11111 | 0 | 1011010 | 101010 | 1010001 | 1010010 | 100000 |
Color Harmonies of #66940F
Complementary color
Monochromatic Colors of #66940F
Black with #66940F
Text Example
Text Example
White with #66940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66940F; }
p { color: rgb(102,148,15); }
H1.HeaderClassName
{
color: #66940F;
}
.AnyTagClassName
{
color: #66940F;
}
</style>
background-color css
<style>
a { background-color: #66940F; }
a { background-color: rgb(102,148,15); }
div.DivClassName
{
background-color: #66940F;
}
.BgClassName
{
background-color: #66940F;
}
</style>
border-color css
<style>
span { border-color: #66940F; }
span { border-color: rgb(102,148,15); }
td.TdClassName
{
border-color: #66940F;
}
.TagClassName
{
border-color: #66940F;
}
</style>