Shades of Olive Drab #6D8231
Tints of Olive Drab #6D8231
RGB
CMYK
RGB Variations
Color information
#6D8231 (or 0x6D8231) is known color: Olive Drab. HEX triplet: 6D, 82 and 31. RGB value is (109,130,49). Sum of RGB (Red+Green+Blue) = 109+130+49=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8231 is #927DCE. Grayscale: #727272. Windows color (decimal): -9600463 or 3244653. OLE color: 3244653.
HSL color Cylindrical-coordinate representation of color #6D8231: hue angle of 75.56º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D8231 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 49 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.49 |
| HSL | 75.56º | 0.45% | 0.35% | - |
| HSV(B) | 75.56º | 0.62% | 0.51% | - |
| XYZ | 14.84 | 19.44 | 5.88 | - |
| YUV | 114.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 49 | 0.16 | 0 | 0.62 | 0.49 | 75.56 | 0.45 | 0.35 |
| Hex | 6D | 82 | 31 | 10 | 0 | 3E | 31 | 4C | 2D | 23 |
| Octal | 155 | 202 | 61 | 20 | 0 | 76 | 61 | 114 | 55 | 43 |
| Binary | 1101101 | 10000010 | 110001 | 10000 | 0 | 111110 | 110001 | 1001100 | 101101 | 100011 |
Color Harmonies of #6D8231
Complementary color
Monochromatic Colors of #6D8231
Black with #6D8231
Text Example
Text Example
White with #6D8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8231; }
p { color: rgb(109,130,49); }
H1.HeaderClassName
{
color: #6D8231;
}
.AnyTagClassName
{
color: #6D8231;
}
</style>
background-color css
<style>
a { background-color: #6D8231; }
a { background-color: rgb(109,130,49); }
div.DivClassName
{
background-color: #6D8231;
}
.BgClassName
{
background-color: #6D8231;
}
</style>
border-color css
<style>
span { border-color: #6D8231; }
span { border-color: rgb(109,130,49); }
td.TdClassName
{
border-color: #6D8231;
}
.TagClassName
{
border-color: #6D8231;
}
</style>