Shades of Olive Drab #6F8D33
Tints of Olive Drab #6F8D33
RGB
CMYK
RGB Variations
Color information
#6F8D33 (or 0x6F8D33) is known color: Olive Drab. HEX triplet: 6F, 8D and 33. RGB value is (111,141,51). Sum of RGB (Red+Green+Blue) = 111+141+51=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8D33 is #9072CC. Grayscale: #7A7A7A. Windows color (decimal): -9466573 or 3378543. OLE color: 3378543.
HSL color Cylindrical-coordinate representation of color #6F8D33: hue angle of 80º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F8D33 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 141 | 51 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.45 |
| HSL | 80º | 0.47% | 0.38% | - |
| HSV(B) | 80º | 0.64% | 0.55% | - |
| XYZ | 16.68 | 22.67 | 6.63 | - |
| YUV | 121.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 51 | 0.21 | 0 | 0.64 | 0.45 | 80 | 0.47 | 0.38 |
| Hex | 6F | 8D | 33 | 15 | 0 | 40 | 2D | 50 | 2F | 26 |
| Octal | 157 | 215 | 63 | 25 | 0 | 100 | 55 | 120 | 57 | 46 |
| Binary | 1101111 | 10001101 | 110011 | 10101 | 0 | 1000000 | 101101 | 1010000 | 101111 | 100110 |
Color Harmonies of #6F8D33
Complementary color
Monochromatic Colors of #6F8D33
Black with #6F8D33
Text Example
Text Example
White with #6F8D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8D33; }
p { color: rgb(111,141,51); }
H1.HeaderClassName
{
color: #6F8D33;
}
.AnyTagClassName
{
color: #6F8D33;
}
</style>
background-color css
<style>
a { background-color: #6F8D33; }
a { background-color: rgb(111,141,51); }
div.DivClassName
{
background-color: #6F8D33;
}
.BgClassName
{
background-color: #6F8D33;
}
</style>
border-color css
<style>
span { border-color: #6F8D33; }
span { border-color: rgb(111,141,51); }
td.TdClassName
{
border-color: #6F8D33;
}
.TagClassName
{
border-color: #6F8D33;
}
</style>