Shades of Olive Drab #6F8726
Tints of Olive Drab #6F8726
RGB
CMYK
RGB Variations
Color information
#6F8726 (or 0x6F8726) is known color: Olive Drab. HEX triplet: 6F, 87 and 26. RGB value is (111,135,38). Sum of RGB (Red+Green+Blue) = 111+135+38=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8726 is #9078D9. Grayscale: #757575. Windows color (decimal): -9468122 or 2525039. OLE color: 2525039.
HSL color Cylindrical-coordinate representation of color #6F8726: hue angle of 74.85º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F8726 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 38 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.47 |
| HSL | 74.85º | 0.56% | 0.34% | - |
| HSV(B) | 74.85º | 0.72% | 0.53% | - |
| XYZ | 15.57 | 20.85 | 5.04 | - |
| YUV | 116.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 38 | 0.18 | 0 | 0.72 | 0.47 | 74.85 | 0.56 | 0.34 |
| Hex | 6F | 87 | 26 | 12 | 0 | 48 | 2F | 4B | 38 | 22 |
| Octal | 157 | 207 | 46 | 22 | 0 | 110 | 57 | 113 | 70 | 42 |
| Binary | 1101111 | 10000111 | 100110 | 10010 | 0 | 1001000 | 101111 | 1001011 | 111000 | 100010 |
Color Harmonies of #6F8726
Complementary color
Monochromatic Colors of #6F8726
Black with #6F8726
Text Example
Text Example
White with #6F8726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8726; }
p { color: rgb(111,135,38); }
H1.HeaderClassName
{
color: #6F8726;
}
.AnyTagClassName
{
color: #6F8726;
}
</style>
background-color css
<style>
a { background-color: #6F8726; }
a { background-color: rgb(111,135,38); }
div.DivClassName
{
background-color: #6F8726;
}
.BgClassName
{
background-color: #6F8726;
}
</style>
border-color css
<style>
span { border-color: #6F8726; }
span { border-color: rgb(111,135,38); }
td.TdClassName
{
border-color: #6F8726;
}
.TagClassName
{
border-color: #6F8726;
}
</style>