Shades of Olive Drab #66930C
Tints of Olive Drab #66930C
RGB
CMYK
RGB Variations
Color information
#66930C (or 0x66930C) is known color: Olive Drab. HEX triplet: 66, 93 and 0C. RGB value is (102,147,12). Sum of RGB (Red+Green+Blue) = 102+147+12=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #66930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66930C is #996CF3. Grayscale: #767676. Windows color (decimal): -10054900 or 824166. OLE color: 824166.
HSL color Cylindrical-coordinate representation of color #66930C: hue angle of 80º 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 #66930C is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 12 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.42 |
| HSL | 80º | 0.85% | 0.31% | - |
| HSV(B) | 80º | 0.92% | 0.58% | - |
| XYZ | 15.98 | 23.72 | 4.08 | - |
| YUV | 118.16 | 68.09 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 12 | 0.31 | 0 | 0.92 | 0.42 | 80 | 0.85 | 0.31 |
| Hex | 66 | 93 | C | 1F | 0 | 5C | 2A | 50 | 55 | 1F |
| Octal | 146 | 223 | 14 | 37 | 0 | 134 | 52 | 120 | 125 | 37 |
| Binary | 1100110 | 10010011 | 1100 | 11111 | 0 | 1011100 | 101010 | 1010000 | 1010101 | 11111 |
Color Harmonies of #66930C
Complementary color
Monochromatic Colors of #66930C
Black with #66930C
Text Example
Text Example
White with #66930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66930C; }
p { color: rgb(102,147,12); }
H1.HeaderClassName
{
color: #66930C;
}
.AnyTagClassName
{
color: #66930C;
}
</style>
background-color css
<style>
a { background-color: #66930C; }
a { background-color: rgb(102,147,12); }
div.DivClassName
{
background-color: #66930C;
}
.BgClassName
{
background-color: #66930C;
}
</style>
border-color css
<style>
span { border-color: #66930C; }
span { border-color: rgb(102,147,12); }
td.TdClassName
{
border-color: #66930C;
}
.TagClassName
{
border-color: #66930C;
}
</style>