Shades of Olive Drab #6D881F
Tints of Olive Drab #6D881F
RGB
CMYK
RGB Variations
Color information
#6D881F (or 0x6D881F) is known color: Olive Drab. HEX triplet: 6D, 88 and 1F. RGB value is (109,136,31). Sum of RGB (Red+Green+Blue) = 109+136+31=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #6D881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D881F is #9277E0. Grayscale: #747474. Windows color (decimal): -9598945 or 2066541. OLE color: 2066541.
HSL color Cylindrical-coordinate representation of color #6D881F: hue angle of 75.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D881F is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 31 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.47 |
| HSL | 75.43º | 0.63% | 0.33% | - |
| HSV(B) | 75.43º | 0.77% | 0.53% | - |
| XYZ | 15.36 | 20.96 | 4.53 | - |
| YUV | 115.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 31 | 0.20 | 0 | 0.77 | 0.47 | 75.43 | 0.63 | 0.33 |
| Hex | 6D | 88 | 1F | 14 | 0 | 4D | 2F | 4B | 3F | 21 |
| Octal | 155 | 210 | 37 | 24 | 0 | 115 | 57 | 113 | 77 | 41 |
| Binary | 1101101 | 10001000 | 11111 | 10100 | 0 | 1001101 | 101111 | 1001011 | 111111 | 100001 |
Color Harmonies of #6D881F
Complementary color
Monochromatic Colors of #6D881F
Black with #6D881F
Text Example
Text Example
White with #6D881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D881F; }
p { color: rgb(109,136,31); }
H1.HeaderClassName
{
color: #6D881F;
}
.AnyTagClassName
{
color: #6D881F;
}
</style>
background-color css
<style>
a { background-color: #6D881F; }
a { background-color: rgb(109,136,31); }
div.DivClassName
{
background-color: #6D881F;
}
.BgClassName
{
background-color: #6D881F;
}
</style>
border-color css
<style>
span { border-color: #6D881F; }
span { border-color: rgb(109,136,31); }
td.TdClassName
{
border-color: #6D881F;
}
.TagClassName
{
border-color: #6D881F;
}
</style>