Shades of Olive Drab #6F8730
Tints of Olive Drab #6F8730
RGB
CMYK
RGB Variations
Color information
#6F8730 (or 0x6F8730) is known color: Olive Drab. HEX triplet: 6F, 87 and 30. RGB value is (111,135,48). Sum of RGB (Red+Green+Blue) = 111+135+48=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8730 is #9078CF. Grayscale: #767676. Windows color (decimal): -9468112 or 3180399. OLE color: 3180399.
HSL color Cylindrical-coordinate representation of color #6F8730: hue angle of 76.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F8730 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 48 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.47 |
| HSL | 76.55º | 0.48% | 0.36% | - |
| HSV(B) | 76.55º | 0.64% | 0.53% | - |
| XYZ | 15.75 | 20.92 | 6 | - |
| YUV | 117.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 48 | 0.18 | 0 | 0.64 | 0.47 | 76.55 | 0.48 | 0.36 |
| Hex | 6F | 87 | 30 | 12 | 0 | 40 | 2F | 4D | 30 | 24 |
| Octal | 157 | 207 | 60 | 22 | 0 | 100 | 57 | 115 | 60 | 44 |
| Binary | 1101111 | 10000111 | 110000 | 10010 | 0 | 1000000 | 101111 | 1001101 | 110000 | 100100 |
Color Harmonies of #6F8730
Complementary color
Monochromatic Colors of #6F8730
Black with #6F8730
Text Example
Text Example
White with #6F8730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8730; }
p { color: rgb(111,135,48); }
H1.HeaderClassName
{
color: #6F8730;
}
.AnyTagClassName
{
color: #6F8730;
}
</style>
background-color css
<style>
a { background-color: #6F8730; }
a { background-color: rgb(111,135,48); }
div.DivClassName
{
background-color: #6F8730;
}
.BgClassName
{
background-color: #6F8730;
}
</style>
border-color css
<style>
span { border-color: #6F8730; }
span { border-color: rgb(111,135,48); }
td.TdClassName
{
border-color: #6F8730;
}
.TagClassName
{
border-color: #6F8730;
}
</style>