Shades of Olive Drab #6F8733
Tints of Olive Drab #6F8733
RGB
CMYK
RGB Variations
Color information
#6F8733 (or 0x6F8733) is known color: Olive Drab. HEX triplet: 6F, 87 and 33. RGB value is (111,135,51). Sum of RGB (Red+Green+Blue) = 111+135+51=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8733 is #9078CC. Grayscale: #767676. Windows color (decimal): -9468109 or 3377007. OLE color: 3377007.
HSL color Cylindrical-coordinate representation of color #6F8733: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F8733 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 51 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.47 |
| HSL | 77.14º | 0.45% | 0.36% | - |
| HSV(B) | 77.14º | 0.62% | 0.53% | - |
| XYZ | 15.82 | 20.95 | 6.34 | - |
| YUV | 118.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 51 | 0.18 | 0 | 0.62 | 0.47 | 77.14 | 0.45 | 0.36 |
| Hex | 6F | 87 | 33 | 12 | 0 | 3E | 2F | 4D | 2D | 24 |
| Octal | 157 | 207 | 63 | 22 | 0 | 76 | 57 | 115 | 55 | 44 |
| Binary | 1101111 | 10000111 | 110011 | 10010 | 0 | 111110 | 101111 | 1001101 | 101101 | 100100 |
Color Harmonies of #6F8733
Complementary color
Monochromatic Colors of #6F8733
Black with #6F8733
Text Example
Text Example
White with #6F8733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8733; }
p { color: rgb(111,135,51); }
H1.HeaderClassName
{
color: #6F8733;
}
.AnyTagClassName
{
color: #6F8733;
}
</style>
background-color css
<style>
a { background-color: #6F8733; }
a { background-color: rgb(111,135,51); }
div.DivClassName
{
background-color: #6F8733;
}
.BgClassName
{
background-color: #6F8733;
}
</style>
border-color css
<style>
span { border-color: #6F8733; }
span { border-color: rgb(111,135,51); }
td.TdClassName
{
border-color: #6F8733;
}
.TagClassName
{
border-color: #6F8733;
}
</style>