Shades of Olive Drab #6D8F1E
Tints of Olive Drab #6D8F1E
RGB
CMYK
RGB Variations
Color information
#6D8F1E (or 0x6D8F1E) is known color: Olive Drab. HEX triplet: 6D, 8F and 1E. RGB value is (109,143,30). Sum of RGB (Red+Green+Blue) = 109+143+30=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8F1E is #9270E1. Grayscale: #787878. Windows color (decimal): -9597154 or 2002797. OLE color: 2002797.
HSL color Cylindrical-coordinate representation of color #6D8F1E: hue angle of 78.05º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D8F1E is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 143 | 30 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.44 |
| HSL | 78.05º | 0.65% | 0.34% | - |
| HSV(B) | 78.05º | 0.79% | 0.56% | - |
| XYZ | 16.36 | 22.99 | 4.8 | - |
| YUV | 119.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 30 | 0.24 | 0 | 0.79 | 0.44 | 78.05 | 0.65 | 0.34 |
| Hex | 6D | 8F | 1E | 18 | 0 | 4F | 2C | 4E | 41 | 22 |
| Octal | 155 | 217 | 36 | 30 | 0 | 117 | 54 | 116 | 101 | 42 |
| Binary | 1101101 | 10001111 | 11110 | 11000 | 0 | 1001111 | 101100 | 1001110 | 1000001 | 100010 |
Color Harmonies of #6D8F1E
Complementary color
Monochromatic Colors of #6D8F1E
Black with #6D8F1E
Text Example
Text Example
White with #6D8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8F1E; }
p { color: rgb(109,143,30); }
H1.HeaderClassName
{
color: #6D8F1E;
}
.AnyTagClassName
{
color: #6D8F1E;
}
</style>
background-color css
<style>
a { background-color: #6D8F1E; }
a { background-color: rgb(109,143,30); }
div.DivClassName
{
background-color: #6D8F1E;
}
.BgClassName
{
background-color: #6D8F1E;
}
</style>
border-color css
<style>
span { border-color: #6D8F1E; }
span { border-color: rgb(109,143,30); }
td.TdClassName
{
border-color: #6D8F1E;
}
.TagClassName
{
border-color: #6D8F1E;
}
</style>