Shades of Olive Drab #6D821A
Tints of Olive Drab #6D821A
RGB
CMYK
RGB Variations
Color information
#6D821A (or 0x6D821A) is known color: Olive Drab. HEX triplet: 6D, 82 and 1A. RGB value is (109,130,26). Sum of RGB (Red+Green+Blue) = 109+130+26=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #6D821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D821A is #927DE5. Grayscale: #707070. Windows color (decimal): -9600486 or 1737325. OLE color: 1737325.
HSL color Cylindrical-coordinate representation of color #6D821A: hue angle of 72.12º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D821A is Cyan = 0.16, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 26 | - |
| CMYK | 0.16 | 0 | 0.8 | 0.49 |
| HSL | 72.12º | 0.67% | 0.31% | - |
| HSV(B) | 72.12º | 0.8% | 0.51% | - |
| XYZ | 14.48 | 19.29 | 3.94 | - |
| YUV | 111.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 26 | 0.16 | 0 | 0.8 | 0.49 | 72.12 | 0.67 | 0.31 |
| Hex | 6D | 82 | 1A | 10 | 0 | 50 | 31 | 48 | 43 | 1F |
| Octal | 155 | 202 | 32 | 20 | 0 | 120 | 61 | 110 | 103 | 37 |
| Binary | 1101101 | 10000010 | 11010 | 10000 | 0 | 1010000 | 110001 | 1001000 | 1000011 | 11111 |
Color Harmonies of #6D821A
Complementary color
Monochromatic Colors of #6D821A
Black with #6D821A
Text Example
Text Example
White with #6D821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D821A; }
p { color: rgb(109,130,26); }
H1.HeaderClassName
{
color: #6D821A;
}
.AnyTagClassName
{
color: #6D821A;
}
</style>
background-color css
<style>
a { background-color: #6D821A; }
a { background-color: rgb(109,130,26); }
div.DivClassName
{
background-color: #6D821A;
}
.BgClassName
{
background-color: #6D821A;
}
</style>
border-color css
<style>
span { border-color: #6D821A; }
span { border-color: rgb(109,130,26); }
td.TdClassName
{
border-color: #6D821A;
}
.TagClassName
{
border-color: #6D821A;
}
</style>