Shades of Olive Drab #6D821F
Tints of Olive Drab #6D821F
RGB
CMYK
RGB Variations
Color information
#6D821F (or 0x6D821F) is known color: Olive Drab. HEX triplet: 6D, 82 and 1F. RGB value is (109,130,31). Sum of RGB (Red+Green+Blue) = 109+130+31=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #6D821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D821F is #927DE0. Grayscale: #707070. Windows color (decimal): -9600481 or 2065005. OLE color: 2065005.
HSL color Cylindrical-coordinate representation of color #6D821F: hue angle of 72.73º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D821F is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 31 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.49 |
| HSL | 72.73º | 0.61% | 0.32% | - |
| HSV(B) | 72.73º | 0.76% | 0.51% | - |
| XYZ | 14.54 | 19.32 | 4.26 | - |
| YUV | 112.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 31 | 0.16 | 0 | 0.76 | 0.49 | 72.73 | 0.61 | 0.32 |
| Hex | 6D | 82 | 1F | 10 | 0 | 4C | 31 | 49 | 3D | 20 |
| Octal | 155 | 202 | 37 | 20 | 0 | 114 | 61 | 111 | 75 | 40 |
| Binary | 1101101 | 10000010 | 11111 | 10000 | 0 | 1001100 | 110001 | 1001001 | 111101 | 100000 |
Color Harmonies of #6D821F
Complementary color
Monochromatic Colors of #6D821F
Black with #6D821F
Text Example
Text Example
White with #6D821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D821F; }
p { color: rgb(109,130,31); }
H1.HeaderClassName
{
color: #6D821F;
}
.AnyTagClassName
{
color: #6D821F;
}
</style>
background-color css
<style>
a { background-color: #6D821F; }
a { background-color: rgb(109,130,31); }
div.DivClassName
{
background-color: #6D821F;
}
.BgClassName
{
background-color: #6D821F;
}
</style>
border-color css
<style>
span { border-color: #6D821F; }
span { border-color: rgb(109,130,31); }
td.TdClassName
{
border-color: #6D821F;
}
.TagClassName
{
border-color: #6D821F;
}
</style>