Shades of Olive Drab #66920C
Tints of Olive Drab #66920C
RGB
CMYK
RGB Variations
Color information
#66920C (or 0x66920C) is known color: Olive Drab. HEX triplet: 66, 92 and 0C. RGB value is (102,146,12). Sum of RGB (Red+Green+Blue) = 102+146+12=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #66920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66920C is #996DF3. Grayscale: #767676. Windows color (decimal): -10055156 or 823910. OLE color: 823910.
HSL color Cylindrical-coordinate representation of color #66920C: hue angle of 79.7º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66920C is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 12 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.43 |
| HSL | 79.7º | 0.85% | 0.31% | - |
| HSV(B) | 79.7º | 0.92% | 0.57% | - |
| XYZ | 15.82 | 23.41 | 4.03 | - |
| YUV | 117.57 | 68.42 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 12 | 0.30 | 0 | 0.92 | 0.43 | 79.7 | 0.85 | 0.31 |
| Hex | 66 | 92 | C | 1E | 0 | 5C | 2B | 50 | 55 | 1F |
| Octal | 146 | 222 | 14 | 36 | 0 | 134 | 53 | 120 | 125 | 37 |
| Binary | 1100110 | 10010010 | 1100 | 11110 | 0 | 1011100 | 101011 | 1010000 | 1010101 | 11111 |
Color Harmonies of #66920C
Complementary color
Monochromatic Colors of #66920C
Black with #66920C
Text Example
Text Example
White with #66920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66920C; }
p { color: rgb(102,146,12); }
H1.HeaderClassName
{
color: #66920C;
}
.AnyTagClassName
{
color: #66920C;
}
</style>
background-color css
<style>
a { background-color: #66920C; }
a { background-color: rgb(102,146,12); }
div.DivClassName
{
background-color: #66920C;
}
.BgClassName
{
background-color: #66920C;
}
</style>
border-color css
<style>
span { border-color: #66920C; }
span { border-color: rgb(102,146,12); }
td.TdClassName
{
border-color: #66920C;
}
.TagClassName
{
border-color: #66920C;
}
</style>