Shades of Olive Drab #6D810F
Tints of Olive Drab #6D810F
RGB
CMYK
RGB Variations
Color information
#6D810F (or 0x6D810F) is known color: Olive Drab. HEX triplet: 6D, 81 and 0F. RGB value is (109,129,15). Sum of RGB (Red+Green+Blue) = 109+129+15=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #6D810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D810F is #927EF0. Grayscale: #6E6E6E. Windows color (decimal): -9600753 or 1016173. OLE color: 1016173.
HSL color Cylindrical-coordinate representation of color #6D810F: hue angle of 70.53º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D810F is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 15 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.49 |
| HSL | 70.53º | 0.79% | 0.28% | - |
| HSV(B) | 70.53º | 0.88% | 0.51% | - |
| XYZ | 14.24 | 18.99 | 3.37 | - |
| YUV | 110.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 15 | 0.16 | 0 | 0.88 | 0.49 | 70.53 | 0.79 | 0.28 |
| Hex | 6D | 81 | F | 10 | 0 | 58 | 31 | 47 | 4F | 1C |
| Octal | 155 | 201 | 17 | 20 | 0 | 130 | 61 | 107 | 117 | 34 |
| Binary | 1101101 | 10000001 | 1111 | 10000 | 0 | 1011000 | 110001 | 1000111 | 1001111 | 11100 |
Color Harmonies of #6D810F
Complementary color
Monochromatic Colors of #6D810F
Black with #6D810F
Text Example
Text Example
White with #6D810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D810F; }
p { color: rgb(109,129,15); }
H1.HeaderClassName
{
color: #6D810F;
}
.AnyTagClassName
{
color: #6D810F;
}
</style>
background-color css
<style>
a { background-color: #6D810F; }
a { background-color: rgb(109,129,15); }
div.DivClassName
{
background-color: #6D810F;
}
.BgClassName
{
background-color: #6D810F;
}
</style>
border-color css
<style>
span { border-color: #6D810F; }
span { border-color: rgb(109,129,15); }
td.TdClassName
{
border-color: #6D810F;
}
.TagClassName
{
border-color: #6D810F;
}
</style>