Shades of Olive Drab #6D8734
Tints of Olive Drab #6D8734
RGB
CMYK
RGB Variations
Color information
#6D8734 (or 0x6D8734) is known color: Olive Drab. HEX triplet: 6D, 87 and 34. RGB value is (109,135,52). Sum of RGB (Red+Green+Blue) = 109+135+52=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8734 is #9278CB. Grayscale: #767676. Windows color (decimal): -9599180 or 3442541. OLE color: 3442541.
HSL color Cylindrical-coordinate representation of color #6D8734: hue angle of 78.8º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D8734 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 52 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.47 |
| HSL | 78.8º | 0.44% | 0.37% | - |
| HSV(B) | 78.8º | 0.61% | 0.53% | - |
| XYZ | 15.59 | 20.83 | 6.45 | - |
| YUV | 117.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 52 | 0.19 | 0 | 0.61 | 0.47 | 78.8 | 0.44 | 0.37 |
| Hex | 6D | 87 | 34 | 13 | 0 | 3D | 2F | 4F | 2C | 25 |
| Octal | 155 | 207 | 64 | 23 | 0 | 75 | 57 | 117 | 54 | 45 |
| Binary | 1101101 | 10000111 | 110100 | 10011 | 0 | 111101 | 101111 | 1001111 | 101100 | 100101 |
Color Harmonies of #6D8734
Complementary color
Monochromatic Colors of #6D8734
Black with #6D8734
Text Example
Text Example
White with #6D8734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8734; }
p { color: rgb(109,135,52); }
H1.HeaderClassName
{
color: #6D8734;
}
.AnyTagClassName
{
color: #6D8734;
}
</style>
background-color css
<style>
a { background-color: #6D8734; }
a { background-color: rgb(109,135,52); }
div.DivClassName
{
background-color: #6D8734;
}
.BgClassName
{
background-color: #6D8734;
}
</style>
border-color css
<style>
span { border-color: #6D8734; }
span { border-color: rgb(109,135,52); }
td.TdClassName
{
border-color: #6D8734;
}
.TagClassName
{
border-color: #6D8734;
}
</style>