Shades of Olive Drab #6F9031
Tints of Olive Drab #6F9031
RGB
CMYK
RGB Variations
Color information
#6F9031 (or 0x6F9031) is known color: Olive Drab. HEX triplet: 6F, 90 and 31. RGB value is (111,144,49). Sum of RGB (Red+Green+Blue) = 111+144+49=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9031 is #906FCE. Grayscale: #7B7B7B. Windows color (decimal): -9465807 or 3248239. OLE color: 3248239.
HSL color Cylindrical-coordinate representation of color #6F9031: hue angle of 80.84º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F9031 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 49 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.44 |
| HSL | 80.84º | 0.49% | 0.38% | - |
| HSV(B) | 80.84º | 0.66% | 0.56% | - |
| XYZ | 17.08 | 23.55 | 6.55 | - |
| YUV | 123.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 49 | 0.23 | 0 | 0.66 | 0.44 | 80.84 | 0.49 | 0.38 |
| Hex | 6F | 90 | 31 | 17 | 0 | 42 | 2C | 51 | 31 | 26 |
| Octal | 157 | 220 | 61 | 27 | 0 | 102 | 54 | 121 | 61 | 46 |
| Binary | 1101111 | 10010000 | 110001 | 10111 | 0 | 1000010 | 101100 | 1010001 | 110001 | 100110 |
Color Harmonies of #6F9031
Complementary color
Monochromatic Colors of #6F9031
Black with #6F9031
Text Example
Text Example
White with #6F9031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9031; }
p { color: rgb(111,144,49); }
H1.HeaderClassName
{
color: #6F9031;
}
.AnyTagClassName
{
color: #6F9031;
}
</style>
background-color css
<style>
a { background-color: #6F9031; }
a { background-color: rgb(111,144,49); }
div.DivClassName
{
background-color: #6F9031;
}
.BgClassName
{
background-color: #6F9031;
}
</style>
border-color css
<style>
span { border-color: #6F9031; }
span { border-color: rgb(111,144,49); }
td.TdClassName
{
border-color: #6F9031;
}
.TagClassName
{
border-color: #6F9031;
}
</style>