Shades of Olive Drab #66840C
Tints of Olive Drab #66840C
RGB
CMYK
RGB Variations
Color information
#66840C (or 0x66840C) is known color: Olive Drab. HEX triplet: 66, 84 and 0C. RGB value is (102,132,12). Sum of RGB (Red+Green+Blue) = 102+132+12=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #66840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66840C is #997BF3. Grayscale: #6D6D6D. Windows color (decimal): -10058740 or 820326. OLE color: 820326.
HSL color Cylindrical-coordinate representation of color #66840C: hue angle of 75º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66840C is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 12 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.48 |
| HSL | 75º | 0.83% | 0.28% | - |
| HSV(B) | 75º | 0.91% | 0.52% | - |
| XYZ | 13.8 | 19.35 | 3.36 | - |
| YUV | 109.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 12 | 0.23 | 0 | 0.91 | 0.48 | 75 | 0.83 | 0.28 |
| Hex | 66 | 84 | C | 17 | 0 | 5B | 30 | 4B | 53 | 1C |
| Octal | 146 | 204 | 14 | 27 | 0 | 133 | 60 | 113 | 123 | 34 |
| Binary | 1100110 | 10000100 | 1100 | 10111 | 0 | 1011011 | 110000 | 1001011 | 1010011 | 11100 |
Color Harmonies of #66840C
Complementary color
Monochromatic Colors of #66840C
Black with #66840C
Text Example
Text Example
White with #66840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66840C; }
p { color: rgb(102,132,12); }
H1.HeaderClassName
{
color: #66840C;
}
.AnyTagClassName
{
color: #66840C;
}
</style>
background-color css
<style>
a { background-color: #66840C; }
a { background-color: rgb(102,132,12); }
div.DivClassName
{
background-color: #66840C;
}
.BgClassName
{
background-color: #66840C;
}
</style>
border-color css
<style>
span { border-color: #66840C; }
span { border-color: rgb(102,132,12); }
td.TdClassName
{
border-color: #66840C;
}
.TagClassName
{
border-color: #66840C;
}
</style>