Shades of Olive Drab #6C8517
Tints of Olive Drab #6C8517
RGB
CMYK
RGB Variations
Color information
#6C8517 (or 0x6C8517) is known color: Olive Drab. HEX triplet: 6C, 85 and 17. RGB value is (108,133,23). Sum of RGB (Red+Green+Blue) = 108+133+23=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8517 is #937AE8. Grayscale: #717171. Windows color (decimal): -9665257 or 1541484. OLE color: 1541484.
HSL color Cylindrical-coordinate representation of color #6C8517: hue angle of 73.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C8517 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 23 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.48 |
| HSL | 73.64º | 0.71% | 0.31% | - |
| HSV(B) | 73.64º | 0.83% | 0.52% | - |
| XYZ | 14.73 | 20.03 | 3.9 | - |
| YUV | 112.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 23 | 0.19 | 0 | 0.83 | 0.48 | 73.64 | 0.71 | 0.31 |
| Hex | 6C | 85 | 17 | 13 | 0 | 53 | 30 | 4A | 47 | 1F |
| Octal | 154 | 205 | 27 | 23 | 0 | 123 | 60 | 112 | 107 | 37 |
| Binary | 1101100 | 10000101 | 10111 | 10011 | 0 | 1010011 | 110000 | 1001010 | 1000111 | 11111 |
Color Harmonies of #6C8517
Complementary color
Monochromatic Colors of #6C8517
Black with #6C8517
Text Example
Text Example
White with #6C8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8517; }
p { color: rgb(108,133,23); }
H1.HeaderClassName
{
color: #6C8517;
}
.AnyTagClassName
{
color: #6C8517;
}
</style>
background-color css
<style>
a { background-color: #6C8517; }
a { background-color: rgb(108,133,23); }
div.DivClassName
{
background-color: #6C8517;
}
.BgClassName
{
background-color: #6C8517;
}
</style>
border-color css
<style>
span { border-color: #6C8517; }
span { border-color: rgb(108,133,23); }
td.TdClassName
{
border-color: #6C8517;
}
.TagClassName
{
border-color: #6C8517;
}
</style>