Shades of Olive Drab #6A8624
Tints of Olive Drab #6A8624
RGB
CMYK
RGB Variations
Color information
#6A8624 (or 0x6A8624) is known color: Olive Drab. HEX triplet: 6A, 86 and 24. RGB value is (106,134,36). Sum of RGB (Red+Green+Blue) = 106+134+36=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8624 is #9579DB. Grayscale: #727272. Windows color (decimal): -9796060 or 2393706. OLE color: 2393706.
HSL color Cylindrical-coordinate representation of color #6A8624: hue angle of 77.14º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A8624 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 36 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.47 |
| HSL | 77.14º | 0.58% | 0.33% | - |
| HSV(B) | 77.14º | 0.73% | 0.53% | - |
| XYZ | 14.79 | 20.24 | 4.8 | - |
| YUV | 114.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 36 | 0.21 | 0 | 0.73 | 0.47 | 77.14 | 0.58 | 0.33 |
| Hex | 6A | 86 | 24 | 15 | 0 | 49 | 2F | 4D | 3A | 21 |
| Octal | 152 | 206 | 44 | 25 | 0 | 111 | 57 | 115 | 72 | 41 |
| Binary | 1101010 | 10000110 | 100100 | 10101 | 0 | 1001001 | 101111 | 1001101 | 111010 | 100001 |
Color Harmonies of #6A8624
Complementary color
Monochromatic Colors of #6A8624
Black with #6A8624
Text Example
Text Example
White with #6A8624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8624; }
p { color: rgb(106,134,36); }
H1.HeaderClassName
{
color: #6A8624;
}
.AnyTagClassName
{
color: #6A8624;
}
</style>
background-color css
<style>
a { background-color: #6A8624; }
a { background-color: rgb(106,134,36); }
div.DivClassName
{
background-color: #6A8624;
}
.BgClassName
{
background-color: #6A8624;
}
</style>
border-color css
<style>
span { border-color: #6A8624; }
span { border-color: rgb(106,134,36); }
td.TdClassName
{
border-color: #6A8624;
}
.TagClassName
{
border-color: #6A8624;
}
</style>