Shades of Olive Drab #6C8413
Tints of Olive Drab #6C8413
RGB
CMYK
RGB Variations
Color information
#6C8413 (or 0x6C8413) is known color: Olive Drab. HEX triplet: 6C, 84 and 13. RGB value is (108,132,19). Sum of RGB (Red+Green+Blue) = 108+132+19=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8413 is #937BEC. Grayscale: #707070. Windows color (decimal): -9665517 or 1279084. OLE color: 1279084.
HSL color Cylindrical-coordinate representation of color #6C8413: hue angle of 72.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C8413 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 19 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.48 |
| HSL | 72.74º | 0.75% | 0.3% | - |
| HSV(B) | 72.74º | 0.86% | 0.52% | - |
| XYZ | 14.55 | 19.74 | 3.66 | - |
| YUV | 111.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 19 | 0.18 | 0 | 0.86 | 0.48 | 72.74 | 0.75 | 0.3 |
| Hex | 6C | 84 | 13 | 12 | 0 | 56 | 30 | 49 | 4B | 1E |
| Octal | 154 | 204 | 23 | 22 | 0 | 126 | 60 | 111 | 113 | 36 |
| Binary | 1101100 | 10000100 | 10011 | 10010 | 0 | 1010110 | 110000 | 1001001 | 1001011 | 11110 |
Color Harmonies of #6C8413
Complementary color
Monochromatic Colors of #6C8413
Black with #6C8413
Text Example
Text Example
White with #6C8413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8413; }
p { color: rgb(108,132,19); }
H1.HeaderClassName
{
color: #6C8413;
}
.AnyTagClassName
{
color: #6C8413;
}
</style>
background-color css
<style>
a { background-color: #6C8413; }
a { background-color: rgb(108,132,19); }
div.DivClassName
{
background-color: #6C8413;
}
.BgClassName
{
background-color: #6C8413;
}
</style>
border-color css
<style>
span { border-color: #6C8413; }
span { border-color: rgb(108,132,19); }
td.TdClassName
{
border-color: #6C8413;
}
.TagClassName
{
border-color: #6C8413;
}
</style>