Shades of Olive Drab #6F8B1F
Tints of Olive Drab #6F8B1F
RGB
CMYK
RGB Variations
Color information
#6F8B1F (or 0x6F8B1F) is known color: Olive Drab. HEX triplet: 6F, 8B and 1F. RGB value is (111,139,31). Sum of RGB (Red+Green+Blue) = 111+139+31=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8B1F is #9074E0. Grayscale: #767676. Windows color (decimal): -9467105 or 2067311. OLE color: 2067311.
HSL color Cylindrical-coordinate representation of color #6F8B1F: hue angle of 75.56º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F8B1F is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 139 | 31 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.45 |
| HSL | 75.56º | 0.64% | 0.33% | - |
| HSV(B) | 75.56º | 0.78% | 0.55% | - |
| XYZ | 16.04 | 21.94 | 4.69 | - |
| YUV | 118.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 31 | 0.20 | 0 | 0.78 | 0.45 | 75.56 | 0.64 | 0.33 |
| Hex | 6F | 8B | 1F | 14 | 0 | 4E | 2D | 4C | 40 | 21 |
| Octal | 157 | 213 | 37 | 24 | 0 | 116 | 55 | 114 | 100 | 41 |
| Binary | 1101111 | 10001011 | 11111 | 10100 | 0 | 1001110 | 101101 | 1001100 | 1000000 | 100001 |
Color Harmonies of #6F8B1F
Complementary color
Monochromatic Colors of #6F8B1F
Black with #6F8B1F
Text Example
Text Example
White with #6F8B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8B1F; }
p { color: rgb(111,139,31); }
H1.HeaderClassName
{
color: #6F8B1F;
}
.AnyTagClassName
{
color: #6F8B1F;
}
</style>
background-color css
<style>
a { background-color: #6F8B1F; }
a { background-color: rgb(111,139,31); }
div.DivClassName
{
background-color: #6F8B1F;
}
.BgClassName
{
background-color: #6F8B1F;
}
</style>
border-color css
<style>
span { border-color: #6F8B1F; }
span { border-color: rgb(111,139,31); }
td.TdClassName
{
border-color: #6F8B1F;
}
.TagClassName
{
border-color: #6F8B1F;
}
</style>