Shades of Olive Drab #6F8436
Tints of Olive Drab #6F8436
RGB
CMYK
RGB Variations
Color information
#6F8436 (or 0x6F8436) is known color: Olive Drab. HEX triplet: 6F, 84 and 36. RGB value is (111,132,54). Sum of RGB (Red+Green+Blue) = 111+132+54=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8436 is #907BC9. Grayscale: #757575. Windows color (decimal): -9468874 or 3572847. OLE color: 3572847.
HSL color Cylindrical-coordinate representation of color #6F8436: hue angle of 76.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F8436 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 54 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.48 |
| HSL | 76.15º | 0.42% | 0.36% | - |
| HSV(B) | 76.15º | 0.59% | 0.52% | - |
| XYZ | 15.47 | 20.15 | 6.56 | - |
| YUV | 116.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 54 | 0.16 | 0 | 0.59 | 0.48 | 76.15 | 0.42 | 0.36 |
| Hex | 6F | 84 | 36 | 10 | 0 | 3B | 30 | 4C | 2A | 24 |
| Octal | 157 | 204 | 66 | 20 | 0 | 73 | 60 | 114 | 52 | 44 |
| Binary | 1101111 | 10000100 | 110110 | 10000 | 0 | 111011 | 110000 | 1001100 | 101010 | 100100 |
Color Harmonies of #6F8436
Complementary color
Monochromatic Colors of #6F8436
Black with #6F8436
Text Example
Text Example
White with #6F8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8436; }
p { color: rgb(111,132,54); }
H1.HeaderClassName
{
color: #6F8436;
}
.AnyTagClassName
{
color: #6F8436;
}
</style>
background-color css
<style>
a { background-color: #6F8436; }
a { background-color: rgb(111,132,54); }
div.DivClassName
{
background-color: #6F8436;
}
.BgClassName
{
background-color: #6F8436;
}
</style>
border-color css
<style>
span { border-color: #6F8436; }
span { border-color: rgb(111,132,54); }
td.TdClassName
{
border-color: #6F8436;
}
.TagClassName
{
border-color: #6F8436;
}
</style>