Shades of Olive Drab #6D8C29
Tints of Olive Drab #6D8C29
RGB
CMYK
RGB Variations
Color information
#6D8C29 (or 0x6D8C29) is known color: Olive Drab. HEX triplet: 6D, 8C and 29. RGB value is (109,140,41). Sum of RGB (Red+Green+Blue) = 109+140+41=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8C29 is #9273D6. Grayscale: #777777. Windows color (decimal): -9597911 or 2722925. OLE color: 2722925.
HSL color Cylindrical-coordinate representation of color #6D8C29: hue angle of 78.79º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D8C29 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 140 | 41 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.45 |
| HSL | 78.79º | 0.55% | 0.35% | - |
| HSV(B) | 78.79º | 0.71% | 0.55% | - |
| XYZ | 16.09 | 22.17 | 5.53 | - |
| YUV | 119.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 41 | 0.22 | 0 | 0.71 | 0.45 | 78.79 | 0.55 | 0.35 |
| Hex | 6D | 8C | 29 | 16 | 0 | 47 | 2D | 4F | 37 | 23 |
| Octal | 155 | 214 | 51 | 26 | 0 | 107 | 55 | 117 | 67 | 43 |
| Binary | 1101101 | 10001100 | 101001 | 10110 | 0 | 1000111 | 101101 | 1001111 | 110111 | 100011 |
Color Harmonies of #6D8C29
Complementary color
Monochromatic Colors of #6D8C29
Black with #6D8C29
Text Example
Text Example
White with #6D8C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8C29; }
p { color: rgb(109,140,41); }
H1.HeaderClassName
{
color: #6D8C29;
}
.AnyTagClassName
{
color: #6D8C29;
}
</style>
background-color css
<style>
a { background-color: #6D8C29; }
a { background-color: rgb(109,140,41); }
div.DivClassName
{
background-color: #6D8C29;
}
.BgClassName
{
background-color: #6D8C29;
}
</style>
border-color css
<style>
span { border-color: #6D8C29; }
span { border-color: rgb(109,140,41); }
td.TdClassName
{
border-color: #6D8C29;
}
.TagClassName
{
border-color: #6D8C29;
}
</style>