Shades of Olive Drab #6D8831
Tints of Olive Drab #6D8831
RGB
CMYK
RGB Variations
Color information
#6D8831 (or 0x6D8831) is known color: Olive Drab. HEX triplet: 6D, 88 and 31. RGB value is (109,136,49). Sum of RGB (Red+Green+Blue) = 109+136+49=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8831 is #9277CE. Grayscale: #767676. Windows color (decimal): -9598927 or 3246189. OLE color: 3246189.
HSL color Cylindrical-coordinate representation of color #6D8831: hue angle of 78.62º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D8831 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 49 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.47 |
| HSL | 78.62º | 0.47% | 0.36% | - |
| HSV(B) | 78.62º | 0.64% | 0.53% | - |
| XYZ | 15.67 | 21.08 | 6.15 | - |
| YUV | 118.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 49 | 0.20 | 0 | 0.64 | 0.47 | 78.62 | 0.47 | 0.36 |
| Hex | 6D | 88 | 31 | 14 | 0 | 40 | 2F | 4F | 2F | 24 |
| Octal | 155 | 210 | 61 | 24 | 0 | 100 | 57 | 117 | 57 | 44 |
| Binary | 1101101 | 10001000 | 110001 | 10100 | 0 | 1000000 | 101111 | 1001111 | 101111 | 100100 |
Color Harmonies of #6D8831
Complementary color
Monochromatic Colors of #6D8831
Black with #6D8831
Text Example
Text Example
White with #6D8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8831; }
p { color: rgb(109,136,49); }
H1.HeaderClassName
{
color: #6D8831;
}
.AnyTagClassName
{
color: #6D8831;
}
</style>
background-color css
<style>
a { background-color: #6D8831; }
a { background-color: rgb(109,136,49); }
div.DivClassName
{
background-color: #6D8831;
}
.BgClassName
{
background-color: #6D8831;
}
</style>
border-color css
<style>
span { border-color: #6D8831; }
span { border-color: rgb(109,136,49); }
td.TdClassName
{
border-color: #6D8831;
}
.TagClassName
{
border-color: #6D8831;
}
</style>