Shades of Olive Drab #6D902C
Tints of Olive Drab #6D902C
RGB
CMYK
RGB Variations
Color information
#6D902C (or 0x6D902C) is known color: Olive Drab. HEX triplet: 6D, 90 and 2C. RGB value is (109,144,44). Sum of RGB (Red+Green+Blue) = 109+144+44=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #6D902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D902C is #926FD3. Grayscale: #7A7A7A. Windows color (decimal): -9596884 or 2920557. OLE color: 2920557.
HSL color Cylindrical-coordinate representation of color #6D902C: hue angle of 81º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D902C is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 144 | 44 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.44 |
| HSL | 81º | 0.53% | 0.37% | - |
| HSV(B) | 81º | 0.69% | 0.56% | - |
| XYZ | 16.73 | 23.38 | 6.01 | - |
| YUV | 122.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 44 | 0.24 | 0 | 0.69 | 0.44 | 81 | 0.53 | 0.37 |
| Hex | 6D | 90 | 2C | 18 | 0 | 45 | 2C | 51 | 35 | 25 |
| Octal | 155 | 220 | 54 | 30 | 0 | 105 | 54 | 121 | 65 | 45 |
| Binary | 1101101 | 10010000 | 101100 | 11000 | 0 | 1000101 | 101100 | 1010001 | 110101 | 100101 |
Color Harmonies of #6D902C
Complementary color
Monochromatic Colors of #6D902C
Black with #6D902C
Text Example
Text Example
White with #6D902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D902C; }
p { color: rgb(109,144,44); }
H1.HeaderClassName
{
color: #6D902C;
}
.AnyTagClassName
{
color: #6D902C;
}
</style>
background-color css
<style>
a { background-color: #6D902C; }
a { background-color: rgb(109,144,44); }
div.DivClassName
{
background-color: #6D902C;
}
.BgClassName
{
background-color: #6D902C;
}
</style>
border-color css
<style>
span { border-color: #6D902C; }
span { border-color: rgb(109,144,44); }
td.TdClassName
{
border-color: #6D902C;
}
.TagClassName
{
border-color: #6D902C;
}
</style>