Shades of Olive Drab #6D881C
Tints of Olive Drab #6D881C
RGB
CMYK
RGB Variations
Color information
#6D881C (or 0x6D881C) is known color: Olive Drab. HEX triplet: 6D, 88 and 1C. RGB value is (109,136,28). Sum of RGB (Red+Green+Blue) = 109+136+28=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #6D881C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D881C is #9277E3. Grayscale: #747474. Windows color (decimal): -9598948 or 1869933. OLE color: 1869933.
HSL color Cylindrical-coordinate representation of color #6D881C: hue angle of 75º degrees, saturation: 0.66, 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 #6D881C is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 28 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.47 |
| HSL | 75º | 0.66% | 0.32% | - |
| HSV(B) | 75º | 0.79% | 0.53% | - |
| XYZ | 15.32 | 20.94 | 4.33 | - |
| YUV | 115.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 28 | 0.20 | 0 | 0.79 | 0.47 | 75 | 0.66 | 0.32 |
| Hex | 6D | 88 | 1C | 14 | 0 | 4F | 2F | 4B | 42 | 20 |
| Octal | 155 | 210 | 34 | 24 | 0 | 117 | 57 | 113 | 102 | 40 |
| Binary | 1101101 | 10001000 | 11100 | 10100 | 0 | 1001111 | 101111 | 1001011 | 1000010 | 100000 |
Color Harmonies of #6D881C
Complementary color
Monochromatic Colors of #6D881C
Black with #6D881C
Text Example
Text Example
White with #6D881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D881C; }
p { color: rgb(109,136,28); }
H1.HeaderClassName
{
color: #6D881C;
}
.AnyTagClassName
{
color: #6D881C;
}
</style>
background-color css
<style>
a { background-color: #6D881C; }
a { background-color: rgb(109,136,28); }
div.DivClassName
{
background-color: #6D881C;
}
.BgClassName
{
background-color: #6D881C;
}
</style>
border-color css
<style>
span { border-color: #6D881C; }
span { border-color: rgb(109,136,28); }
td.TdClassName
{
border-color: #6D881C;
}
.TagClassName
{
border-color: #6D881C;
}
</style>