Shades of Olive Drab #6F8714
Tints of Olive Drab #6F8714
RGB
CMYK
RGB Variations
Color information
#6F8714 (or 0x6F8714) is known color: Olive Drab. HEX triplet: 6F, 87 and 14. RGB value is (111,135,20). Sum of RGB (Red+Green+Blue) = 111+135+20=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8714 is #9078EB. Grayscale: #737373. Windows color (decimal): -9468140 or 1345391. OLE color: 1345391.
HSL color Cylindrical-coordinate representation of color #6F8714: hue angle of 72.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F8714 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 20 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.47 |
| HSL | 72.52º | 0.74% | 0.3% | - |
| HSV(B) | 72.52º | 0.85% | 0.53% | - |
| XYZ | 15.35 | 20.76 | 3.86 | - |
| YUV | 114.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 20 | 0.18 | 0 | 0.85 | 0.47 | 72.52 | 0.74 | 0.3 |
| Hex | 6F | 87 | 14 | 12 | 0 | 55 | 2F | 49 | 4A | 1E |
| Octal | 157 | 207 | 24 | 22 | 0 | 125 | 57 | 111 | 112 | 36 |
| Binary | 1101111 | 10000111 | 10100 | 10010 | 0 | 1010101 | 101111 | 1001001 | 1001010 | 11110 |
Color Harmonies of #6F8714
Complementary color
Monochromatic Colors of #6F8714
Black with #6F8714
Text Example
Text Example
White with #6F8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8714; }
p { color: rgb(111,135,20); }
H1.HeaderClassName
{
color: #6F8714;
}
.AnyTagClassName
{
color: #6F8714;
}
</style>
background-color css
<style>
a { background-color: #6F8714; }
a { background-color: rgb(111,135,20); }
div.DivClassName
{
background-color: #6F8714;
}
.BgClassName
{
background-color: #6F8714;
}
</style>
border-color css
<style>
span { border-color: #6F8714; }
span { border-color: rgb(111,135,20); }
td.TdClassName
{
border-color: #6F8714;
}
.TagClassName
{
border-color: #6F8714;
}
</style>