Shades of Olive Drab #6F893B
Tints of Olive Drab #6F893B
RGB
CMYK
RGB Variations
Color information
#6F893B (or 0x6F893B) is known color: Olive Drab. HEX triplet: 6F, 89 and 3B. RGB value is (111,137,59). Sum of RGB (Red+Green+Blue) = 111+137+59=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #6F893B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F893B is #9076C4. Grayscale: #787878. Windows color (decimal): -9467589 or 3901807. OLE color: 3901807.
HSL color Cylindrical-coordinate representation of color #6F893B: hue angle of 80º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F893B is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 59 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.46 |
| HSL | 80º | 0.4% | 0.38% | - |
| HSV(B) | 80º | 0.57% | 0.54% | - |
| XYZ | 16.29 | 21.59 | 7.45 | - |
| YUV | 120.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 59 | 0.19 | 0 | 0.57 | 0.46 | 80 | 0.4 | 0.38 |
| Hex | 6F | 89 | 3B | 13 | 0 | 39 | 2E | 50 | 28 | 26 |
| Octal | 157 | 211 | 73 | 23 | 0 | 71 | 56 | 120 | 50 | 46 |
| Binary | 1101111 | 10001001 | 111011 | 10011 | 0 | 111001 | 101110 | 1010000 | 101000 | 100110 |
Color Harmonies of #6F893B
Complementary color
Monochromatic Colors of #6F893B
Black with #6F893B
Text Example
Text Example
White with #6F893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F893B; }
p { color: rgb(111,137,59); }
H1.HeaderClassName
{
color: #6F893B;
}
.AnyTagClassName
{
color: #6F893B;
}
</style>
background-color css
<style>
a { background-color: #6F893B; }
a { background-color: rgb(111,137,59); }
div.DivClassName
{
background-color: #6F893B;
}
.BgClassName
{
background-color: #6F893B;
}
</style>
border-color css
<style>
span { border-color: #6F893B; }
span { border-color: rgb(111,137,59); }
td.TdClassName
{
border-color: #6F893B;
}
.TagClassName
{
border-color: #6F893B;
}
</style>