Shades of Olive Drab #6A8617
Tints of Olive Drab #6A8617
RGB
CMYK
RGB Variations
Color information
#6A8617 (or 0x6A8617) is known color: Olive Drab. HEX triplet: 6A, 86 and 17. RGB value is (106,134,23). Sum of RGB (Red+Green+Blue) = 106+134+23=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8617 is #9579E8. Grayscale: #717171. Windows color (decimal): -9796073 or 1541738. OLE color: 1541738.
HSL color Cylindrical-coordinate representation of color #6A8617: hue angle of 75.14º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A8617 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 23 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.47 |
| HSL | 75.14º | 0.71% | 0.31% | - |
| HSV(B) | 75.14º | 0.83% | 0.53% | - |
| XYZ | 14.62 | 20.18 | 3.93 | - |
| YUV | 112.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 23 | 0.21 | 0 | 0.83 | 0.47 | 75.14 | 0.71 | 0.31 |
| Hex | 6A | 86 | 17 | 15 | 0 | 53 | 2F | 4B | 47 | 1F |
| Octal | 152 | 206 | 27 | 25 | 0 | 123 | 57 | 113 | 107 | 37 |
| Binary | 1101010 | 10000110 | 10111 | 10101 | 0 | 1010011 | 101111 | 1001011 | 1000111 | 11111 |
Color Harmonies of #6A8617
Complementary color
Monochromatic Colors of #6A8617
Black with #6A8617
Text Example
Text Example
White with #6A8617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8617; }
p { color: rgb(106,134,23); }
H1.HeaderClassName
{
color: #6A8617;
}
.AnyTagClassName
{
color: #6A8617;
}
</style>
background-color css
<style>
a { background-color: #6A8617; }
a { background-color: rgb(106,134,23); }
div.DivClassName
{
background-color: #6A8617;
}
.BgClassName
{
background-color: #6A8617;
}
</style>
border-color css
<style>
span { border-color: #6A8617; }
span { border-color: rgb(106,134,23); }
td.TdClassName
{
border-color: #6A8617;
}
.TagClassName
{
border-color: #6A8617;
}
</style>