Shades of Olive Drab #6F8217
Tints of Olive Drab #6F8217
RGB
CMYK
RGB Variations
Color information
#6F8217 (or 0x6F8217) is known color: Olive Drab. HEX triplet: 6F, 82 and 17. RGB value is (111,130,23). Sum of RGB (Red+Green+Blue) = 111+130+23=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8217 is #907DE8. Grayscale: #707070. Windows color (decimal): -9469417 or 1540719. OLE color: 1540719.
HSL color Cylindrical-coordinate representation of color #6F8217: hue angle of 70.65º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F8217 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 130 | 23 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.49 |
| HSL | 70.65º | 0.7% | 0.3% | - |
| HSV(B) | 70.65º | 0.82% | 0.51% | - |
| XYZ | 14.69 | 19.41 | 3.78 | - |
| YUV | 112.12 | 77.71 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 23 | 0.15 | 0 | 0.82 | 0.49 | 70.65 | 0.7 | 0.3 |
| Hex | 6F | 82 | 17 | F | 0 | 52 | 31 | 47 | 46 | 1E |
| Octal | 157 | 202 | 27 | 17 | 0 | 122 | 61 | 107 | 106 | 36 |
| Binary | 1101111 | 10000010 | 10111 | 1111 | 0 | 1010010 | 110001 | 1000111 | 1000110 | 11110 |
Color Harmonies of #6F8217
Complementary color
Monochromatic Colors of #6F8217
Black with #6F8217
Text Example
Text Example
White with #6F8217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8217; }
p { color: rgb(111,130,23); }
H1.HeaderClassName
{
color: #6F8217;
}
.AnyTagClassName
{
color: #6F8217;
}
</style>
background-color css
<style>
a { background-color: #6F8217; }
a { background-color: rgb(111,130,23); }
div.DivClassName
{
background-color: #6F8217;
}
.BgClassName
{
background-color: #6F8217;
}
</style>
border-color css
<style>
span { border-color: #6F8217; }
span { border-color: rgb(111,130,23); }
td.TdClassName
{
border-color: #6F8217;
}
.TagClassName
{
border-color: #6F8217;
}
</style>