Shades of Olive Drab #6D822A
Tints of Olive Drab #6D822A
RGB
CMYK
RGB Variations
Color information
#6D822A (or 0x6D822A) is known color: Olive Drab. HEX triplet: 6D, 82 and 2A. RGB value is (109,130,42). Sum of RGB (Red+Green+Blue) = 109+130+42=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #6D822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D822A is #927DD5. Grayscale: #727272. Windows color (decimal): -9600470 or 2785901. OLE color: 2785901.
HSL color Cylindrical-coordinate representation of color #6D822A: hue angle of 74.32º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D822A is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 42 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.49 |
| HSL | 74.32º | 0.51% | 0.34% | - |
| HSV(B) | 74.32º | 0.68% | 0.51% | - |
| XYZ | 14.71 | 19.38 | 5.16 | - |
| YUV | 113.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 42 | 0.16 | 0 | 0.68 | 0.49 | 74.32 | 0.51 | 0.34 |
| Hex | 6D | 82 | 2A | 10 | 0 | 44 | 31 | 4A | 33 | 22 |
| Octal | 155 | 202 | 52 | 20 | 0 | 104 | 61 | 112 | 63 | 42 |
| Binary | 1101101 | 10000010 | 101010 | 10000 | 0 | 1000100 | 110001 | 1001010 | 110011 | 100010 |
Color Harmonies of #6D822A
Complementary color
Monochromatic Colors of #6D822A
Black with #6D822A
Text Example
Text Example
White with #6D822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D822A; }
p { color: rgb(109,130,42); }
H1.HeaderClassName
{
color: #6D822A;
}
.AnyTagClassName
{
color: #6D822A;
}
</style>
background-color css
<style>
a { background-color: #6D822A; }
a { background-color: rgb(109,130,42); }
div.DivClassName
{
background-color: #6D822A;
}
.BgClassName
{
background-color: #6D822A;
}
</style>
border-color css
<style>
span { border-color: #6D822A; }
span { border-color: rgb(109,130,42); }
td.TdClassName
{
border-color: #6D822A;
}
.TagClassName
{
border-color: #6D822A;
}
</style>