Shades of Olive Drab #6E981D
Tints of Olive Drab #6E981D
RGB
CMYK
RGB Variations
Color information
#6E981D (or 0x6E981D) is known color: Olive Drab. HEX triplet: 6E, 98 and 1D. RGB value is (110,152,29). Sum of RGB (Red+Green+Blue) = 110+152+29=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #6E981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E981D is #9167E2. Grayscale: #7D7D7D. Windows color (decimal): -9529315 or 1939566. OLE color: 1939566.
HSL color Cylindrical-coordinate representation of color #6E981D: hue angle of 80.49º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E981D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 29 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.40 |
| HSL | 80.49º | 0.68% | 0.35% | - |
| HSV(B) | 80.49º | 0.81% | 0.6% | - |
| XYZ | 17.88 | 25.86 | 5.21 | - |
| YUV | 125.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 29 | 0.28 | 0 | 0.81 | 0.40 | 80.49 | 0.68 | 0.35 |
| Hex | 6E | 98 | 1D | 1C | 0 | 51 | 28 | 50 | 44 | 23 |
| Octal | 156 | 230 | 35 | 34 | 0 | 121 | 50 | 120 | 104 | 43 |
| Binary | 1101110 | 10011000 | 11101 | 11100 | 0 | 1010001 | 101000 | 1010000 | 1000100 | 100011 |
Color Harmonies of #6E981D
Complementary color
Monochromatic Colors of #6E981D
Black with #6E981D
Text Example
Text Example
White with #6E981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E981D; }
p { color: rgb(110,152,29); }
H1.HeaderClassName
{
color: #6E981D;
}
.AnyTagClassName
{
color: #6E981D;
}
</style>
background-color css
<style>
a { background-color: #6E981D; }
a { background-color: rgb(110,152,29); }
div.DivClassName
{
background-color: #6E981D;
}
.BgClassName
{
background-color: #6E981D;
}
</style>
border-color css
<style>
span { border-color: #6E981D; }
span { border-color: rgb(110,152,29); }
td.TdClassName
{
border-color: #6E981D;
}
.TagClassName
{
border-color: #6E981D;
}
</style>