Shades of Olive Drab #6D8135
Tints of Olive Drab #6D8135
RGB
CMYK
RGB Variations
Color information
#6D8135 (or 0x6D8135) is known color: Olive Drab. HEX triplet: 6D, 81 and 35. RGB value is (109,129,53). Sum of RGB (Red+Green+Blue) = 109+129+53=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8135 is #927ECA. Grayscale: #727272. Windows color (decimal): -9600715 or 3506541. OLE color: 3506541.
HSL color Cylindrical-coordinate representation of color #6D8135: hue angle of 75.79º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D8135 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 53 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.49 |
| HSL | 75.79º | 0.42% | 0.36% | - |
| HSV(B) | 75.79º | 0.59% | 0.51% | - |
| XYZ | 14.8 | 19.21 | 6.3 | - |
| YUV | 114.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 53 | 0.16 | 0 | 0.59 | 0.49 | 75.79 | 0.42 | 0.36 |
| Hex | 6D | 81 | 35 | 10 | 0 | 3B | 31 | 4C | 2A | 24 |
| Octal | 155 | 201 | 65 | 20 | 0 | 73 | 61 | 114 | 52 | 44 |
| Binary | 1101101 | 10000001 | 110101 | 10000 | 0 | 111011 | 110001 | 1001100 | 101010 | 100100 |
Color Harmonies of #6D8135
Complementary color
Monochromatic Colors of #6D8135
Black with #6D8135
Text Example
Text Example
White with #6D8135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8135; }
p { color: rgb(109,129,53); }
H1.HeaderClassName
{
color: #6D8135;
}
.AnyTagClassName
{
color: #6D8135;
}
</style>
background-color css
<style>
a { background-color: #6D8135; }
a { background-color: rgb(109,129,53); }
div.DivClassName
{
background-color: #6D8135;
}
.BgClassName
{
background-color: #6D8135;
}
</style>
border-color css
<style>
span { border-color: #6D8135; }
span { border-color: rgb(109,129,53); }
td.TdClassName
{
border-color: #6D8135;
}
.TagClassName
{
border-color: #6D8135;
}
</style>