Shades of Olive Drab #6C9131
Tints of Olive Drab #6C9131
RGB
CMYK
RGB Variations
Color information
#6C9131 (or 0x6C9131) is known color: Olive Drab. HEX triplet: 6C, 91 and 31. RGB value is (108,145,49). Sum of RGB (Red+Green+Blue) = 108+145+49=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #6C9131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9131 is #936ECE. Grayscale: #7B7B7B. Windows color (decimal): -9662159 or 3248492. OLE color: 3248492.
HSL color Cylindrical-coordinate representation of color #6C9131: hue angle of 83.13º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C9131 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 145 | 49 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.43 |
| HSL | 83.13º | 0.49% | 0.38% | - |
| HSV(B) | 83.13º | 0.66% | 0.57% | - |
| XYZ | 16.86 | 23.66 | 6.58 | - |
| YUV | 122.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 145 | 49 | 0.26 | 0 | 0.66 | 0.43 | 83.13 | 0.49 | 0.38 |
| Hex | 6C | 91 | 31 | 1A | 0 | 42 | 2B | 53 | 31 | 26 |
| Octal | 154 | 221 | 61 | 32 | 0 | 102 | 53 | 123 | 61 | 46 |
| Binary | 1101100 | 10010001 | 110001 | 11010 | 0 | 1000010 | 101011 | 1010011 | 110001 | 100110 |
Color Harmonies of #6C9131
Complementary color
Monochromatic Colors of #6C9131
Black with #6C9131
Text Example
Text Example
White with #6C9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9131; }
p { color: rgb(108,145,49); }
H1.HeaderClassName
{
color: #6C9131;
}
.AnyTagClassName
{
color: #6C9131;
}
</style>
background-color css
<style>
a { background-color: #6C9131; }
a { background-color: rgb(108,145,49); }
div.DivClassName
{
background-color: #6C9131;
}
.BgClassName
{
background-color: #6C9131;
}
</style>
border-color css
<style>
span { border-color: #6C9131; }
span { border-color: rgb(108,145,49); }
td.TdClassName
{
border-color: #6C9131;
}
.TagClassName
{
border-color: #6C9131;
}
</style>