Shades of Olive Drab #6F863B
Tints of Olive Drab #6F863B
RGB
CMYK
RGB Variations
Color information
#6F863B (or 0x6F863B) is known color: Olive Drab. HEX triplet: 6F, 86 and 3B. RGB value is (111,134,59). Sum of RGB (Red+Green+Blue) = 111+134+59=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #6F863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F863B is #9079C4. Grayscale: #767676. Windows color (decimal): -9468357 or 3901039. OLE color: 3901039.
HSL color Cylindrical-coordinate representation of color #6F863B: hue angle of 78.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F863B is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 59 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.47 |
| HSL | 78.4º | 0.39% | 0.38% | - |
| HSV(B) | 78.4º | 0.56% | 0.53% | - |
| XYZ | 15.87 | 20.75 | 7.31 | - |
| YUV | 118.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 59 | 0.17 | 0 | 0.56 | 0.47 | 78.4 | 0.39 | 0.38 |
| Hex | 6F | 86 | 3B | 11 | 0 | 38 | 2F | 4E | 27 | 26 |
| Octal | 157 | 206 | 73 | 21 | 0 | 70 | 57 | 116 | 47 | 46 |
| Binary | 1101111 | 10000110 | 111011 | 10001 | 0 | 111000 | 101111 | 1001110 | 100111 | 100110 |
Color Harmonies of #6F863B
Complementary color
Monochromatic Colors of #6F863B
Black with #6F863B
Text Example
Text Example
White with #6F863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F863B; }
p { color: rgb(111,134,59); }
H1.HeaderClassName
{
color: #6F863B;
}
.AnyTagClassName
{
color: #6F863B;
}
</style>
background-color css
<style>
a { background-color: #6F863B; }
a { background-color: rgb(111,134,59); }
div.DivClassName
{
background-color: #6F863B;
}
.BgClassName
{
background-color: #6F863B;
}
</style>
border-color css
<style>
span { border-color: #6F863B; }
span { border-color: rgb(111,134,59); }
td.TdClassName
{
border-color: #6F863B;
}
.TagClassName
{
border-color: #6F863B;
}
</style>