Shades of Olive Drab #6F881F
Tints of Olive Drab #6F881F
RGB
CMYK
RGB Variations
Color information
#6F881F (or 0x6F881F) is known color: Olive Drab. HEX triplet: 6F, 88 and 1F. RGB value is (111,136,31). Sum of RGB (Red+Green+Blue) = 111+136+31=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #6F881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F881F is #9077E0. Grayscale: #747474. Windows color (decimal): -9467873 or 2066543. OLE color: 2066543.
HSL color Cylindrical-coordinate representation of color #6F881F: hue angle of 74.29º 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 #6F881F is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 31 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.47 |
| HSL | 74.29º | 0.63% | 0.33% | - |
| HSV(B) | 74.29º | 0.77% | 0.53% | - |
| XYZ | 15.61 | 21.09 | 4.54 | - |
| YUV | 116.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 31 | 0.18 | 0 | 0.77 | 0.47 | 74.29 | 0.63 | 0.33 |
| Hex | 6F | 88 | 1F | 12 | 0 | 4D | 2F | 4A | 3F | 21 |
| Octal | 157 | 210 | 37 | 22 | 0 | 115 | 57 | 112 | 77 | 41 |
| Binary | 1101111 | 10001000 | 11111 | 10010 | 0 | 1001101 | 101111 | 1001010 | 111111 | 100001 |
Color Harmonies of #6F881F
Complementary color
Monochromatic Colors of #6F881F
Black with #6F881F
Text Example
Text Example
White with #6F881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F881F; }
p { color: rgb(111,136,31); }
H1.HeaderClassName
{
color: #6F881F;
}
.AnyTagClassName
{
color: #6F881F;
}
</style>
background-color css
<style>
a { background-color: #6F881F; }
a { background-color: rgb(111,136,31); }
div.DivClassName
{
background-color: #6F881F;
}
.BgClassName
{
background-color: #6F881F;
}
</style>
border-color css
<style>
span { border-color: #6F881F; }
span { border-color: rgb(111,136,31); }
td.TdClassName
{
border-color: #6F881F;
}
.TagClassName
{
border-color: #6F881F;
}
</style>