Shades of Olive Drab #6D821D
Tints of Olive Drab #6D821D
RGB
CMYK
RGB Variations
Color information
#6D821D (or 0x6D821D) is known color: Olive Drab. HEX triplet: 6D, 82 and 1D. RGB value is (109,130,29). Sum of RGB (Red+Green+Blue) = 109+130+29=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #6D821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D821D is #927DE2. Grayscale: #707070. Windows color (decimal): -9600483 or 1933933. OLE color: 1933933.
HSL color Cylindrical-coordinate representation of color #6D821D: hue angle of 72.48º 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 #6D821D is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 29 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.49 |
| HSL | 72.48º | 0.64% | 0.31% | - |
| HSV(B) | 72.48º | 0.78% | 0.51% | - |
| XYZ | 14.51 | 19.31 | 4.12 | - |
| YUV | 112.21 | 81.04 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 29 | 0.16 | 0 | 0.78 | 0.49 | 72.48 | 0.64 | 0.31 |
| Hex | 6D | 82 | 1D | 10 | 0 | 4E | 31 | 48 | 40 | 1F |
| Octal | 155 | 202 | 35 | 20 | 0 | 116 | 61 | 110 | 100 | 37 |
| Binary | 1101101 | 10000010 | 11101 | 10000 | 0 | 1001110 | 110001 | 1001000 | 1000000 | 11111 |
Color Harmonies of #6D821D
Complementary color
Monochromatic Colors of #6D821D
Black with #6D821D
Text Example
Text Example
White with #6D821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D821D; }
p { color: rgb(109,130,29); }
H1.HeaderClassName
{
color: #6D821D;
}
.AnyTagClassName
{
color: #6D821D;
}
</style>
background-color css
<style>
a { background-color: #6D821D; }
a { background-color: rgb(109,130,29); }
div.DivClassName
{
background-color: #6D821D;
}
.BgClassName
{
background-color: #6D821D;
}
</style>
border-color css
<style>
span { border-color: #6D821D; }
span { border-color: rgb(109,130,29); }
td.TdClassName
{
border-color: #6D821D;
}
.TagClassName
{
border-color: #6D821D;
}
</style>