Shades of Olive Drab #66940B
Tints of Olive Drab #66940B
RGB
CMYK
RGB Variations
Color information
#66940B (or 0x66940B) is known color: Olive Drab. HEX triplet: 66, 94 and 0B. RGB value is (102,148,11). Sum of RGB (Red+Green+Blue) = 102+148+11=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #66940B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66940B is #996BF4. Grayscale: #777777. Windows color (decimal): -10054645 or 758886. OLE color: 758886.
HSL color Cylindrical-coordinate representation of color #66940B: hue angle of 80.15º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66940B is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 11 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.42 |
| HSL | 80.15º | 0.86% | 0.31% | - |
| HSV(B) | 80.15º | 0.93% | 0.58% | - |
| XYZ | 16.13 | 24.03 | 4.1 | - |
| YUV | 118.63 | 67.26 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 11 | 0.31 | 0 | 0.93 | 0.42 | 80.15 | 0.86 | 0.31 |
| Hex | 66 | 94 | B | 1F | 0 | 5D | 2A | 50 | 56 | 1F |
| Octal | 146 | 224 | 13 | 37 | 0 | 135 | 52 | 120 | 126 | 37 |
| Binary | 1100110 | 10010100 | 1011 | 11111 | 0 | 1011101 | 101010 | 1010000 | 1010110 | 11111 |
Color Harmonies of #66940B
Complementary color
Monochromatic Colors of #66940B
Black with #66940B
Text Example
Text Example
White with #66940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66940B; }
p { color: rgb(102,148,11); }
H1.HeaderClassName
{
color: #66940B;
}
.AnyTagClassName
{
color: #66940B;
}
</style>
background-color css
<style>
a { background-color: #66940B; }
a { background-color: rgb(102,148,11); }
div.DivClassName
{
background-color: #66940B;
}
.BgClassName
{
background-color: #66940B;
}
</style>
border-color css
<style>
span { border-color: #66940B; }
span { border-color: rgb(102,148,11); }
td.TdClassName
{
border-color: #66940B;
}
.TagClassName
{
border-color: #66940B;
}
</style>