Shades of Olive Drab #6D8115
Tints of Olive Drab #6D8115
RGB
CMYK
RGB Variations
Color information
#6D8115 (or 0x6D8115) is known color: Olive Drab. HEX triplet: 6D, 81 and 15. RGB value is (109,129,21). Sum of RGB (Red+Green+Blue) = 109+129+21=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8115 is #927EEA. Grayscale: #6F6F6F. Windows color (decimal): -9600747 or 1409389. OLE color: 1409389.
HSL color Cylindrical-coordinate representation of color #6D8115: hue angle of 71.11º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D8115 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 21 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.49 |
| HSL | 71.11º | 0.72% | 0.29% | - |
| HSV(B) | 71.11º | 0.84% | 0.51% | - |
| XYZ | 14.29 | 19.01 | 3.62 | - |
| YUV | 110.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 21 | 0.16 | 0 | 0.84 | 0.49 | 71.11 | 0.72 | 0.29 |
| Hex | 6D | 81 | 15 | 10 | 0 | 54 | 31 | 47 | 48 | 1D |
| Octal | 155 | 201 | 25 | 20 | 0 | 124 | 61 | 107 | 110 | 35 |
| Binary | 1101101 | 10000001 | 10101 | 10000 | 0 | 1010100 | 110001 | 1000111 | 1001000 | 11101 |
Color Harmonies of #6D8115
Complementary color
Monochromatic Colors of #6D8115
Black with #6D8115
Text Example
Text Example
White with #6D8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8115; }
p { color: rgb(109,129,21); }
H1.HeaderClassName
{
color: #6D8115;
}
.AnyTagClassName
{
color: #6D8115;
}
</style>
background-color css
<style>
a { background-color: #6D8115; }
a { background-color: rgb(109,129,21); }
div.DivClassName
{
background-color: #6D8115;
}
.BgClassName
{
background-color: #6D8115;
}
</style>
border-color css
<style>
span { border-color: #6D8115; }
span { border-color: rgb(109,129,21); }
td.TdClassName
{
border-color: #6D8115;
}
.TagClassName
{
border-color: #6D8115;
}
</style>