Shades of Olive Drab #6D811C
Tints of Olive Drab #6D811C
RGB
CMYK
RGB Variations
Color information
#6D811C (or 0x6D811C) is known color: Olive Drab. HEX triplet: 6D, 81 and 1C. RGB value is (109,129,28). Sum of RGB (Red+Green+Blue) = 109+129+28=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #6D811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D811C is #927EE3. Grayscale: #6F6F6F. Windows color (decimal): -9600740 or 1868141. OLE color: 1868141.
HSL color Cylindrical-coordinate representation of color #6D811C: hue angle of 71.88º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D811C is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 28 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.49 |
| HSL | 71.88º | 0.64% | 0.31% | - |
| HSV(B) | 71.88º | 0.78% | 0.51% | - |
| XYZ | 14.37 | 19.04 | 4.02 | - |
| YUV | 111.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 28 | 0.16 | 0 | 0.78 | 0.49 | 71.88 | 0.64 | 0.31 |
| Hex | 6D | 81 | 1C | 10 | 0 | 4E | 31 | 48 | 40 | 1F |
| Octal | 155 | 201 | 34 | 20 | 0 | 116 | 61 | 110 | 100 | 37 |
| Binary | 1101101 | 10000001 | 11100 | 10000 | 0 | 1001110 | 110001 | 1001000 | 1000000 | 11111 |
Color Harmonies of #6D811C
Complementary color
Monochromatic Colors of #6D811C
Black with #6D811C
Text Example
Text Example
White with #6D811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D811C; }
p { color: rgb(109,129,28); }
H1.HeaderClassName
{
color: #6D811C;
}
.AnyTagClassName
{
color: #6D811C;
}
</style>
background-color css
<style>
a { background-color: #6D811C; }
a { background-color: rgb(109,129,28); }
div.DivClassName
{
background-color: #6D811C;
}
.BgClassName
{
background-color: #6D811C;
}
</style>
border-color css
<style>
span { border-color: #6D811C; }
span { border-color: rgb(109,129,28); }
td.TdClassName
{
border-color: #6D811C;
}
.TagClassName
{
border-color: #6D811C;
}
</style>