Shades of Olive Drab #6C8031
Tints of Olive Drab #6C8031
RGB
CMYK
RGB Variations
Color information
#6C8031 (or 0x6C8031) is known color: Olive Drab. HEX triplet: 6C, 80 and 31. RGB value is (108,128,49). Sum of RGB (Red+Green+Blue) = 108+128+49=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8031 is #937FCE. Grayscale: #717171. Windows color (decimal): -9666511 or 3244140. OLE color: 3244140.
HSL color Cylindrical-coordinate representation of color #6C8031: hue angle of 75.19º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C8031 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 128 | 49 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.50 |
| HSL | 75.19º | 0.45% | 0.35% | - |
| HSV(B) | 75.19º | 0.62% | 0.5% | - |
| XYZ | 14.46 | 18.85 | 5.78 | - |
| YUV | 113.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 128 | 49 | 0.16 | 0 | 0.62 | 0.50 | 75.19 | 0.45 | 0.35 |
| Hex | 6C | 80 | 31 | 10 | 0 | 3E | 32 | 4B | 2D | 23 |
| Octal | 154 | 200 | 61 | 20 | 0 | 76 | 62 | 113 | 55 | 43 |
| Binary | 1101100 | 10000000 | 110001 | 10000 | 0 | 111110 | 110010 | 1001011 | 101101 | 100011 |
Color Harmonies of #6C8031
Complementary color
Monochromatic Colors of #6C8031
Black with #6C8031
Text Example
Text Example
White with #6C8031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8031; }
p { color: rgb(108,128,49); }
H1.HeaderClassName
{
color: #6C8031;
}
.AnyTagClassName
{
color: #6C8031;
}
</style>
background-color css
<style>
a { background-color: #6C8031; }
a { background-color: rgb(108,128,49); }
div.DivClassName
{
background-color: #6C8031;
}
.BgClassName
{
background-color: #6C8031;
}
</style>
border-color css
<style>
span { border-color: #6C8031; }
span { border-color: rgb(108,128,49); }
td.TdClassName
{
border-color: #6C8031;
}
.TagClassName
{
border-color: #6C8031;
}
</style>