Shades of Olive Drab #6C8437
Tints of Olive Drab #6C8437
RGB
CMYK
RGB Variations
Color information
#6C8437 (or 0x6C8437) is known color: Olive Drab. HEX triplet: 6C, 84 and 37. RGB value is (108,132,55). Sum of RGB (Red+Green+Blue) = 108+132+55=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8437 is #937BC8. Grayscale: #747474. Windows color (decimal): -9665481 or 3638380. OLE color: 3638380.
HSL color Cylindrical-coordinate representation of color #6C8437: hue angle of 78.7º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C8437 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 55 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.48 |
| HSL | 78.7º | 0.41% | 0.37% | - |
| HSV(B) | 78.7º | 0.58% | 0.52% | - |
| XYZ | 15.13 | 19.97 | 6.67 | - |
| YUV | 116.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 55 | 0.18 | 0 | 0.58 | 0.48 | 78.7 | 0.41 | 0.37 |
| Hex | 6C | 84 | 37 | 12 | 0 | 3A | 30 | 4F | 29 | 25 |
| Octal | 154 | 204 | 67 | 22 | 0 | 72 | 60 | 117 | 51 | 45 |
| Binary | 1101100 | 10000100 | 110111 | 10010 | 0 | 111010 | 110000 | 1001111 | 101001 | 100101 |
Color Harmonies of #6C8437
Complementary color
Monochromatic Colors of #6C8437
Black with #6C8437
Text Example
Text Example
White with #6C8437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8437; }
p { color: rgb(108,132,55); }
H1.HeaderClassName
{
color: #6C8437;
}
.AnyTagClassName
{
color: #6C8437;
}
</style>
background-color css
<style>
a { background-color: #6C8437; }
a { background-color: rgb(108,132,55); }
div.DivClassName
{
background-color: #6C8437;
}
.BgClassName
{
background-color: #6C8437;
}
</style>
border-color css
<style>
span { border-color: #6C8437; }
span { border-color: rgb(108,132,55); }
td.TdClassName
{
border-color: #6C8437;
}
.TagClassName
{
border-color: #6C8437;
}
</style>