Shades of Olive Drab #6F8334
Tints of Olive Drab #6F8334
RGB
CMYK
RGB Variations
Color information
#6F8334 (or 0x6F8334) is known color: Olive Drab. HEX triplet: 6F, 83 and 34. RGB value is (111,131,52). Sum of RGB (Red+Green+Blue) = 111+131+52=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8334 is #907CCB. Grayscale: #747474. Windows color (decimal): -9469132 or 3441519. OLE color: 3441519.
HSL color Cylindrical-coordinate representation of color #6F8334: hue angle of 75.19º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F8334 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 131 | 52 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.49 |
| HSL | 75.19º | 0.43% | 0.36% | - |
| HSV(B) | 75.19º | 0.6% | 0.51% | - |
| XYZ | 15.29 | 19.86 | 6.28 | - |
| YUV | 116.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 52 | 0.15 | 0 | 0.60 | 0.49 | 75.19 | 0.43 | 0.36 |
| Hex | 6F | 83 | 34 | F | 0 | 3C | 31 | 4B | 2B | 24 |
| Octal | 157 | 203 | 64 | 17 | 0 | 74 | 61 | 113 | 53 | 44 |
| Binary | 1101111 | 10000011 | 110100 | 1111 | 0 | 111100 | 110001 | 1001011 | 101011 | 100100 |
Color Harmonies of #6F8334
Complementary color
Monochromatic Colors of #6F8334
Black with #6F8334
Text Example
Text Example
White with #6F8334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8334; }
p { color: rgb(111,131,52); }
H1.HeaderClassName
{
color: #6F8334;
}
.AnyTagClassName
{
color: #6F8334;
}
</style>
background-color css
<style>
a { background-color: #6F8334; }
a { background-color: rgb(111,131,52); }
div.DivClassName
{
background-color: #6F8334;
}
.BgClassName
{
background-color: #6F8334;
}
</style>
border-color css
<style>
span { border-color: #6F8334; }
span { border-color: rgb(111,131,52); }
td.TdClassName
{
border-color: #6F8334;
}
.TagClassName
{
border-color: #6F8334;
}
</style>