Shades of Olive Drab #6C8C16
Tints of Olive Drab #6C8C16
RGB
CMYK
RGB Variations
Color information
#6C8C16 (or 0x6C8C16) is known color: Olive Drab. HEX triplet: 6C, 8C and 16. RGB value is (108,140,22). Sum of RGB (Red+Green+Blue) = 108+140+22=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8C16 is #9373E9. Grayscale: #757575. Windows color (decimal): -9663466 or 1477740. OLE color: 1477740.
HSL color Cylindrical-coordinate representation of color #6C8C16: hue angle of 76.27º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C8C16 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 140 | 22 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.45 |
| HSL | 76.27º | 0.73% | 0.32% | - |
| HSV(B) | 76.27º | 0.84% | 0.55% | - |
| XYZ | 15.71 | 22 | 4.18 | - |
| YUV | 116.98 | 74.4 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 22 | 0.23 | 0 | 0.84 | 0.45 | 76.27 | 0.73 | 0.32 |
| Hex | 6C | 8C | 16 | 17 | 0 | 54 | 2D | 4C | 49 | 20 |
| Octal | 154 | 214 | 26 | 27 | 0 | 124 | 55 | 114 | 111 | 40 |
| Binary | 1101100 | 10001100 | 10110 | 10111 | 0 | 1010100 | 101101 | 1001100 | 1001001 | 100000 |
Color Harmonies of #6C8C16
Complementary color
Monochromatic Colors of #6C8C16
Black with #6C8C16
Text Example
Text Example
White with #6C8C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8C16; }
p { color: rgb(108,140,22); }
H1.HeaderClassName
{
color: #6C8C16;
}
.AnyTagClassName
{
color: #6C8C16;
}
</style>
background-color css
<style>
a { background-color: #6C8C16; }
a { background-color: rgb(108,140,22); }
div.DivClassName
{
background-color: #6C8C16;
}
.BgClassName
{
background-color: #6C8C16;
}
</style>
border-color css
<style>
span { border-color: #6C8C16; }
span { border-color: rgb(108,140,22); }
td.TdClassName
{
border-color: #6C8C16;
}
.TagClassName
{
border-color: #6C8C16;
}
</style>