Shades of Olive Drab #6D8B1E
Tints of Olive Drab #6D8B1E
RGB
CMYK
RGB Variations
Color information
#6D8B1E (or 0x6D8B1E) is known color: Olive Drab. HEX triplet: 6D, 8B and 1E. RGB value is (109,139,30). Sum of RGB (Red+Green+Blue) = 109+139+30=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8B1E is #9274E1. Grayscale: #767676. Windows color (decimal): -9598178 or 2001773. OLE color: 2001773.
HSL color Cylindrical-coordinate representation of color #6D8B1E: hue angle of 76.51º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D8B1E is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 30 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.45 |
| HSL | 76.51º | 0.64% | 0.33% | - |
| HSV(B) | 76.51º | 0.78% | 0.55% | - |
| XYZ | 15.77 | 21.81 | 4.61 | - |
| YUV | 117.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 30 | 0.22 | 0 | 0.78 | 0.45 | 76.51 | 0.64 | 0.33 |
| Hex | 6D | 8B | 1E | 16 | 0 | 4E | 2D | 4D | 40 | 21 |
| Octal | 155 | 213 | 36 | 26 | 0 | 116 | 55 | 115 | 100 | 41 |
| Binary | 1101101 | 10001011 | 11110 | 10110 | 0 | 1001110 | 101101 | 1001101 | 1000000 | 100001 |
Color Harmonies of #6D8B1E
Complementary color
Monochromatic Colors of #6D8B1E
Black with #6D8B1E
Text Example
Text Example
White with #6D8B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B1E; }
p { color: rgb(109,139,30); }
H1.HeaderClassName
{
color: #6D8B1E;
}
.AnyTagClassName
{
color: #6D8B1E;
}
</style>
background-color css
<style>
a { background-color: #6D8B1E; }
a { background-color: rgb(109,139,30); }
div.DivClassName
{
background-color: #6D8B1E;
}
.BgClassName
{
background-color: #6D8B1E;
}
</style>
border-color css
<style>
span { border-color: #6D8B1E; }
span { border-color: rgb(109,139,30); }
td.TdClassName
{
border-color: #6D8B1E;
}
.TagClassName
{
border-color: #6D8B1E;
}
</style>