Shades of Olive Drab #66841B
Tints of Olive Drab #66841B
RGB
CMYK
RGB Variations
Color information
#66841B (or 0x66841B) is known color: Olive Drab. HEX triplet: 66, 84 and 1B. RGB value is (102,132,27). Sum of RGB (Red+Green+Blue) = 102+132+27=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #66841B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66841B is #997BE4. Grayscale: #6F6F6F. Windows color (decimal): -10058725 or 1803366. OLE color: 1803366.
HSL color Cylindrical-coordinate representation of color #66841B: hue angle of 77.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66841B is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 27 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.48 |
| HSL | 77.14º | 0.66% | 0.31% | - |
| HSV(B) | 77.14º | 0.8% | 0.52% | - |
| XYZ | 13.93 | 19.41 | 4.05 | - |
| YUV | 111.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 27 | 0.23 | 0 | 0.80 | 0.48 | 77.14 | 0.66 | 0.31 |
| Hex | 66 | 84 | 1B | 17 | 0 | 50 | 30 | 4D | 42 | 1F |
| Octal | 146 | 204 | 33 | 27 | 0 | 120 | 60 | 115 | 102 | 37 |
| Binary | 1100110 | 10000100 | 11011 | 10111 | 0 | 1010000 | 110000 | 1001101 | 1000010 | 11111 |
Color Harmonies of #66841B
Complementary color
Monochromatic Colors of #66841B
Black with #66841B
Text Example
Text Example
White with #66841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66841B; }
p { color: rgb(102,132,27); }
H1.HeaderClassName
{
color: #66841B;
}
.AnyTagClassName
{
color: #66841B;
}
</style>
background-color css
<style>
a { background-color: #66841B; }
a { background-color: rgb(102,132,27); }
div.DivClassName
{
background-color: #66841B;
}
.BgClassName
{
background-color: #66841B;
}
</style>
border-color css
<style>
span { border-color: #66841B; }
span { border-color: rgb(102,132,27); }
td.TdClassName
{
border-color: #66841B;
}
.TagClassName
{
border-color: #66841B;
}
</style>