Shades of Olive Drab #6D8317
Tints of Olive Drab #6D8317
RGB
CMYK
RGB Variations
Color information
#6D8317 (or 0x6D8317) is known color: Olive Drab. HEX triplet: 6D, 83 and 17. RGB value is (109,131,23). Sum of RGB (Red+Green+Blue) = 109+131+23=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8317 is #927CE8. Grayscale: #707070. Windows color (decimal): -9600233 or 1540973. OLE color: 1540973.
HSL color Cylindrical-coordinate representation of color #6D8317: hue angle of 72.22º 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 #6D8317 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 23 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.49 |
| HSL | 72.22º | 0.7% | 0.3% | - |
| HSV(B) | 72.22º | 0.82% | 0.51% | - |
| XYZ | 14.58 | 19.55 | 3.81 | - |
| YUV | 112.11 | 77.71 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 23 | 0.17 | 0 | 0.82 | 0.49 | 72.22 | 0.7 | 0.3 |
| Hex | 6D | 83 | 17 | 11 | 0 | 52 | 31 | 48 | 46 | 1E |
| Octal | 155 | 203 | 27 | 21 | 0 | 122 | 61 | 110 | 106 | 36 |
| Binary | 1101101 | 10000011 | 10111 | 10001 | 0 | 1010010 | 110001 | 1001000 | 1000110 | 11110 |
Color Harmonies of #6D8317
Complementary color
Monochromatic Colors of #6D8317
Black with #6D8317
Text Example
Text Example
White with #6D8317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8317; }
p { color: rgb(109,131,23); }
H1.HeaderClassName
{
color: #6D8317;
}
.AnyTagClassName
{
color: #6D8317;
}
</style>
background-color css
<style>
a { background-color: #6D8317; }
a { background-color: rgb(109,131,23); }
div.DivClassName
{
background-color: #6D8317;
}
.BgClassName
{
background-color: #6D8317;
}
</style>
border-color css
<style>
span { border-color: #6D8317; }
span { border-color: rgb(109,131,23); }
td.TdClassName
{
border-color: #6D8317;
}
.TagClassName
{
border-color: #6D8317;
}
</style>