Shades of Olive Drab #6C9217
Tints of Olive Drab #6C9217
RGB
CMYK
RGB Variations
Color information
#6C9217 (or 0x6C9217) is known color: Olive Drab. HEX triplet: 6C, 92 and 17. RGB value is (108,146,23). Sum of RGB (Red+Green+Blue) = 108+146+23=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #6C9217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9217 is #936DE8. Grayscale: #797979. Windows color (decimal): -9661929 or 1544812. OLE color: 1544812.
HSL color Cylindrical-coordinate representation of color #6C9217: hue angle of 78.54º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C9217 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 146 | 23 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.43 |
| HSL | 78.54º | 0.73% | 0.33% | - |
| HSV(B) | 78.54º | 0.84% | 0.57% | - |
| XYZ | 16.62 | 23.81 | 4.53 | - |
| YUV | 120.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 23 | 0.26 | 0 | 0.84 | 0.43 | 78.54 | 0.73 | 0.33 |
| Hex | 6C | 92 | 17 | 1A | 0 | 54 | 2B | 4F | 49 | 21 |
| Octal | 154 | 222 | 27 | 32 | 0 | 124 | 53 | 117 | 111 | 41 |
| Binary | 1101100 | 10010010 | 10111 | 11010 | 0 | 1010100 | 101011 | 1001111 | 1001001 | 100001 |
Color Harmonies of #6C9217
Complementary color
Monochromatic Colors of #6C9217
Black with #6C9217
Text Example
Text Example
White with #6C9217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9217; }
p { color: rgb(108,146,23); }
H1.HeaderClassName
{
color: #6C9217;
}
.AnyTagClassName
{
color: #6C9217;
}
</style>
background-color css
<style>
a { background-color: #6C9217; }
a { background-color: rgb(108,146,23); }
div.DivClassName
{
background-color: #6C9217;
}
.BgClassName
{
background-color: #6C9217;
}
</style>
border-color css
<style>
span { border-color: #6C9217; }
span { border-color: rgb(108,146,23); }
td.TdClassName
{
border-color: #6C9217;
}
.TagClassName
{
border-color: #6C9217;
}
</style>