Shades of Olive Drab #66940C
Tints of Olive Drab #66940C
RGB
CMYK
RGB Variations
Color information
#66940C (or 0x66940C) is known color: Olive Drab. HEX triplet: 66, 94 and 0C. RGB value is (102,148,12). Sum of RGB (Red+Green+Blue) = 102+148+12=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #66940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66940C is #996BF3. Grayscale: #777777. Windows color (decimal): -10054644 or 824422. OLE color: 824422.
HSL color Cylindrical-coordinate representation of color #66940C: hue angle of 80.29º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66940C is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 12 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.42 |
| HSL | 80.29º | 0.85% | 0.31% | - |
| HSV(B) | 80.29º | 0.92% | 0.58% | - |
| XYZ | 16.14 | 24.03 | 4.14 | - |
| YUV | 118.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 12 | 0.31 | 0 | 0.92 | 0.42 | 80.29 | 0.85 | 0.31 |
| Hex | 66 | 94 | C | 1F | 0 | 5C | 2A | 50 | 55 | 1F |
| Octal | 146 | 224 | 14 | 37 | 0 | 134 | 52 | 120 | 125 | 37 |
| Binary | 1100110 | 10010100 | 1100 | 11111 | 0 | 1011100 | 101010 | 1010000 | 1010101 | 11111 |
Color Harmonies of #66940C
Complementary color
Monochromatic Colors of #66940C
Black with #66940C
Text Example
Text Example
White with #66940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66940C; }
p { color: rgb(102,148,12); }
H1.HeaderClassName
{
color: #66940C;
}
.AnyTagClassName
{
color: #66940C;
}
</style>
background-color css
<style>
a { background-color: #66940C; }
a { background-color: rgb(102,148,12); }
div.DivClassName
{
background-color: #66940C;
}
.BgClassName
{
background-color: #66940C;
}
</style>
border-color css
<style>
span { border-color: #66940C; }
span { border-color: rgb(102,148,12); }
td.TdClassName
{
border-color: #66940C;
}
.TagClassName
{
border-color: #66940C;
}
</style>