Shades of Olive Drab #6D902A
Tints of Olive Drab #6D902A
RGB
CMYK
RGB Variations
Color information
#6D902A (or 0x6D902A) is known color: Olive Drab. HEX triplet: 6D, 90 and 2A. RGB value is (109,144,42). Sum of RGB (Red+Green+Blue) = 109+144+42=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #6D902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D902A is #926FD5. Grayscale: #7A7A7A. Windows color (decimal): -9596886 or 2789485. OLE color: 2789485.
HSL color Cylindrical-coordinate representation of color #6D902A: hue angle of 80.59º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D902A is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 144 | 42 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.44 |
| HSL | 80.59º | 0.55% | 0.36% | - |
| HSV(B) | 80.59º | 0.71% | 0.56% | - |
| XYZ | 16.7 | 23.36 | 5.82 | - |
| YUV | 121.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 42 | 0.24 | 0 | 0.71 | 0.44 | 80.59 | 0.55 | 0.36 |
| Hex | 6D | 90 | 2A | 18 | 0 | 47 | 2C | 51 | 37 | 24 |
| Octal | 155 | 220 | 52 | 30 | 0 | 107 | 54 | 121 | 67 | 44 |
| Binary | 1101101 | 10010000 | 101010 | 11000 | 0 | 1000111 | 101100 | 1010001 | 110111 | 100100 |
Color Harmonies of #6D902A
Complementary color
Monochromatic Colors of #6D902A
Black with #6D902A
Text Example
Text Example
White with #6D902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D902A; }
p { color: rgb(109,144,42); }
H1.HeaderClassName
{
color: #6D902A;
}
.AnyTagClassName
{
color: #6D902A;
}
</style>
background-color css
<style>
a { background-color: #6D902A; }
a { background-color: rgb(109,144,42); }
div.DivClassName
{
background-color: #6D902A;
}
.BgClassName
{
background-color: #6D902A;
}
</style>
border-color css
<style>
span { border-color: #6D902A; }
span { border-color: rgb(109,144,42); }
td.TdClassName
{
border-color: #6D902A;
}
.TagClassName
{
border-color: #6D902A;
}
</style>