Shades of Olive Drab #6C8426
Tints of Olive Drab #6C8426
RGB
CMYK
RGB Variations
Color information
#6C8426 (or 0x6C8426) is known color: Olive Drab. HEX triplet: 6C, 84 and 26. RGB value is (108,132,38). Sum of RGB (Red+Green+Blue) = 108+132+38=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8426 is #937BD9. Grayscale: #727272. Windows color (decimal): -9665498 or 2524268. OLE color: 2524268.
HSL color Cylindrical-coordinate representation of color #6C8426: hue angle of 75.32º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C8426 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 38 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.48 |
| HSL | 75.32º | 0.55% | 0.33% | - |
| HSV(B) | 75.32º | 0.71% | 0.52% | - |
| XYZ | 14.79 | 19.83 | 4.88 | - |
| YUV | 114.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 38 | 0.18 | 0 | 0.71 | 0.48 | 75.32 | 0.55 | 0.33 |
| Hex | 6C | 84 | 26 | 12 | 0 | 47 | 30 | 4B | 37 | 21 |
| Octal | 154 | 204 | 46 | 22 | 0 | 107 | 60 | 113 | 67 | 41 |
| Binary | 1101100 | 10000100 | 100110 | 10010 | 0 | 1000111 | 110000 | 1001011 | 110111 | 100001 |
Color Harmonies of #6C8426
Complementary color
Monochromatic Colors of #6C8426
Black with #6C8426
Text Example
Text Example
White with #6C8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8426; }
p { color: rgb(108,132,38); }
H1.HeaderClassName
{
color: #6C8426;
}
.AnyTagClassName
{
color: #6C8426;
}
</style>
background-color css
<style>
a { background-color: #6C8426; }
a { background-color: rgb(108,132,38); }
div.DivClassName
{
background-color: #6C8426;
}
.BgClassName
{
background-color: #6C8426;
}
</style>
border-color css
<style>
span { border-color: #6C8426; }
span { border-color: rgb(108,132,38); }
td.TdClassName
{
border-color: #6C8426;
}
.TagClassName
{
border-color: #6C8426;
}
</style>