Shades of Olive Drab #6C8231
Tints of Olive Drab #6C8231
RGB
CMYK
RGB Variations
Color information
#6C8231 (or 0x6C8231) is known color: Olive Drab. HEX triplet: 6C, 82 and 31. RGB value is (108,130,49). Sum of RGB (Red+Green+Blue) = 108+130+49=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8231 is #937DCE. Grayscale: #727272. Windows color (decimal): -9665999 or 3244652. OLE color: 3244652.
HSL color Cylindrical-coordinate representation of color #6C8231: hue angle of 76.3º 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 #6C8231 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 130 | 49 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.49 |
| HSL | 76.3º | 0.45% | 0.35% | - |
| HSV(B) | 76.3º | 0.62% | 0.51% | - |
| XYZ | 14.72 | 19.38 | 5.87 | - |
| YUV | 114.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 49 | 0.17 | 0 | 0.62 | 0.49 | 76.3 | 0.45 | 0.35 |
| Hex | 6C | 82 | 31 | 11 | 0 | 3E | 31 | 4C | 2D | 23 |
| Octal | 154 | 202 | 61 | 21 | 0 | 76 | 61 | 114 | 55 | 43 |
| Binary | 1101100 | 10000010 | 110001 | 10001 | 0 | 111110 | 110001 | 1001100 | 101101 | 100011 |
Color Harmonies of #6C8231
Complementary color
Monochromatic Colors of #6C8231
Black with #6C8231
Text Example
Text Example
White with #6C8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8231; }
p { color: rgb(108,130,49); }
H1.HeaderClassName
{
color: #6C8231;
}
.AnyTagClassName
{
color: #6C8231;
}
</style>
background-color css
<style>
a { background-color: #6C8231; }
a { background-color: rgb(108,130,49); }
div.DivClassName
{
background-color: #6C8231;
}
.BgClassName
{
background-color: #6C8231;
}
</style>
border-color css
<style>
span { border-color: #6C8231; }
span { border-color: rgb(108,130,49); }
td.TdClassName
{
border-color: #6C8231;
}
.TagClassName
{
border-color: #6C8231;
}
</style>