Shades of Olive Drab #6D881D
Tints of Olive Drab #6D881D
RGB
CMYK
RGB Variations
Color information
#6D881D (or 0x6D881D) is known color: Olive Drab. HEX triplet: 6D, 88 and 1D. RGB value is (109,136,29). Sum of RGB (Red+Green+Blue) = 109+136+29=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #6D881D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D881D is #9277E2. Grayscale: #747474. Windows color (decimal): -9598947 or 1935469. OLE color: 1935469.
HSL color Cylindrical-coordinate representation of color #6D881D: hue angle of 75.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D881D is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 29 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.47 |
| HSL | 75.14º | 0.65% | 0.32% | - |
| HSV(B) | 75.14º | 0.79% | 0.53% | - |
| XYZ | 15.33 | 20.95 | 4.4 | - |
| YUV | 115.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 29 | 0.20 | 0 | 0.79 | 0.47 | 75.14 | 0.65 | 0.32 |
| Hex | 6D | 88 | 1D | 14 | 0 | 4F | 2F | 4B | 41 | 20 |
| Octal | 155 | 210 | 35 | 24 | 0 | 117 | 57 | 113 | 101 | 40 |
| Binary | 1101101 | 10001000 | 11101 | 10100 | 0 | 1001111 | 101111 | 1001011 | 1000001 | 100000 |
Color Harmonies of #6D881D
Complementary color
Monochromatic Colors of #6D881D
Black with #6D881D
Text Example
Text Example
White with #6D881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D881D; }
p { color: rgb(109,136,29); }
H1.HeaderClassName
{
color: #6D881D;
}
.AnyTagClassName
{
color: #6D881D;
}
</style>
background-color css
<style>
a { background-color: #6D881D; }
a { background-color: rgb(109,136,29); }
div.DivClassName
{
background-color: #6D881D;
}
.BgClassName
{
background-color: #6D881D;
}
</style>
border-color css
<style>
span { border-color: #6D881D; }
span { border-color: rgb(109,136,29); }
td.TdClassName
{
border-color: #6D881D;
}
.TagClassName
{
border-color: #6D881D;
}
</style>