Shades of Olive Drab #6F8834
Tints of Olive Drab #6F8834
RGB
CMYK
RGB Variations
Color information
#6F8834 (or 0x6F8834) is known color: Olive Drab. HEX triplet: 6F, 88 and 34. RGB value is (111,136,52). Sum of RGB (Red+Green+Blue) = 111+136+52=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8834 is #9077CB. Grayscale: #777777. Windows color (decimal): -9467852 or 3442799. OLE color: 3442799.
HSL color Cylindrical-coordinate representation of color #6F8834: hue angle of 77.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F8834 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 52 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.47 |
| HSL | 77.86º | 0.45% | 0.37% | - |
| HSV(B) | 77.86º | 0.62% | 0.53% | - |
| XYZ | 15.98 | 21.24 | 6.51 | - |
| YUV | 118.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 52 | 0.18 | 0 | 0.62 | 0.47 | 77.86 | 0.45 | 0.37 |
| Hex | 6F | 88 | 34 | 12 | 0 | 3E | 2F | 4E | 2D | 25 |
| Octal | 157 | 210 | 64 | 22 | 0 | 76 | 57 | 116 | 55 | 45 |
| Binary | 1101111 | 10001000 | 110100 | 10010 | 0 | 111110 | 101111 | 1001110 | 101101 | 100101 |
Color Harmonies of #6F8834
Complementary color
Monochromatic Colors of #6F8834
Black with #6F8834
Text Example
Text Example
White with #6F8834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8834; }
p { color: rgb(111,136,52); }
H1.HeaderClassName
{
color: #6F8834;
}
.AnyTagClassName
{
color: #6F8834;
}
</style>
background-color css
<style>
a { background-color: #6F8834; }
a { background-color: rgb(111,136,52); }
div.DivClassName
{
background-color: #6F8834;
}
.BgClassName
{
background-color: #6F8834;
}
</style>
border-color css
<style>
span { border-color: #6F8834; }
span { border-color: rgb(111,136,52); }
td.TdClassName
{
border-color: #6F8834;
}
.TagClassName
{
border-color: #6F8834;
}
</style>