Shades of Olive Drab #6F8935
Tints of Olive Drab #6F8935
RGB
CMYK
RGB Variations
Color information
#6F8935 (or 0x6F8935) is known color: Olive Drab. HEX triplet: 6F, 89 and 35. RGB value is (111,137,53). Sum of RGB (Red+Green+Blue) = 111+137+53=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8935 is #9076CA. Grayscale: #777777. Windows color (decimal): -9467595 or 3508591. OLE color: 3508591.
HSL color Cylindrical-coordinate representation of color #6F8935: hue angle of 78.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F8935 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 53 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.46 |
| HSL | 78.57º | 0.44% | 0.37% | - |
| HSV(B) | 78.57º | 0.61% | 0.54% | - |
| XYZ | 16.14 | 21.53 | 6.67 | - |
| YUV | 119.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 53 | 0.19 | 0 | 0.61 | 0.46 | 78.57 | 0.44 | 0.37 |
| Hex | 6F | 89 | 35 | 13 | 0 | 3D | 2E | 4F | 2C | 25 |
| Octal | 157 | 211 | 65 | 23 | 0 | 75 | 56 | 117 | 54 | 45 |
| Binary | 1101111 | 10001001 | 110101 | 10011 | 0 | 111101 | 101110 | 1001111 | 101100 | 100101 |
Color Harmonies of #6F8935
Complementary color
Monochromatic Colors of #6F8935
Black with #6F8935
Text Example
Text Example
White with #6F8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8935; }
p { color: rgb(111,137,53); }
H1.HeaderClassName
{
color: #6F8935;
}
.AnyTagClassName
{
color: #6F8935;
}
</style>
background-color css
<style>
a { background-color: #6F8935; }
a { background-color: rgb(111,137,53); }
div.DivClassName
{
background-color: #6F8935;
}
.BgClassName
{
background-color: #6F8935;
}
</style>
border-color css
<style>
span { border-color: #6F8935; }
span { border-color: rgb(111,137,53); }
td.TdClassName
{
border-color: #6F8935;
}
.TagClassName
{
border-color: #6F8935;
}
</style>