Shades of Olive Drab #6D801E
Tints of Olive Drab #6D801E
RGB
CMYK
RGB Variations
Color information
#6D801E (or 0x6D801E) is known color: Olive Drab. HEX triplet: 6D, 80 and 1E. RGB value is (109,128,30). Sum of RGB (Red+Green+Blue) = 109+128+30=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #6D801E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D801E is #927FE1. Grayscale: #6F6F6F. Windows color (decimal): -9600994 or 1998957. OLE color: 1998957.
HSL color Cylindrical-coordinate representation of color #6D801E: hue angle of 71.63º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D801E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 128 | 30 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.50 |
| HSL | 71.63º | 0.62% | 0.31% | - |
| HSV(B) | 71.63º | 0.77% | 0.5% | - |
| XYZ | 14.26 | 18.78 | 4.1 | - |
| YUV | 111.15 | 82.21 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 30 | 0.15 | 0 | 0.77 | 0.50 | 71.63 | 0.62 | 0.31 |
| Hex | 6D | 80 | 1E | F | 0 | 4D | 32 | 48 | 3E | 1F |
| Octal | 155 | 200 | 36 | 17 | 0 | 115 | 62 | 110 | 76 | 37 |
| Binary | 1101101 | 10000000 | 11110 | 1111 | 0 | 1001101 | 110010 | 1001000 | 111110 | 11111 |
Color Harmonies of #6D801E
Complementary color
Monochromatic Colors of #6D801E
Black with #6D801E
Text Example
Text Example
White with #6D801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D801E; }
p { color: rgb(109,128,30); }
H1.HeaderClassName
{
color: #6D801E;
}
.AnyTagClassName
{
color: #6D801E;
}
</style>
background-color css
<style>
a { background-color: #6D801E; }
a { background-color: rgb(109,128,30); }
div.DivClassName
{
background-color: #6D801E;
}
.BgClassName
{
background-color: #6D801E;
}
</style>
border-color css
<style>
span { border-color: #6D801E; }
span { border-color: rgb(109,128,30); }
td.TdClassName
{
border-color: #6D801E;
}
.TagClassName
{
border-color: #6D801E;
}
</style>