Shades of Olive Drab #6A9224
Tints of Olive Drab #6A9224
RGB
CMYK
RGB Variations
Color information
#6A9224 (or 0x6A9224) is known color: Olive Drab. HEX triplet: 6A, 92 and 24. RGB value is (106,146,36). Sum of RGB (Red+Green+Blue) = 106+146+36=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #6A9224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9224 is #956DDB. Grayscale: #797979. Windows color (decimal): -9792988 or 2396778. OLE color: 2396778.
HSL color Cylindrical-coordinate representation of color #6A9224: hue angle of 81.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A9224 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 146 | 36 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.43 |
| HSL | 81.82º | 0.6% | 0.36% | - |
| HSV(B) | 81.82º | 0.75% | 0.57% | - |
| XYZ | 16.54 | 23.75 | 5.38 | - |
| YUV | 121.5 | 79.75 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 146 | 36 | 0.27 | 0 | 0.75 | 0.43 | 81.82 | 0.6 | 0.36 |
| Hex | 6A | 92 | 24 | 1B | 0 | 4B | 2B | 52 | 3C | 24 |
| Octal | 152 | 222 | 44 | 33 | 0 | 113 | 53 | 122 | 74 | 44 |
| Binary | 1101010 | 10010010 | 100100 | 11011 | 0 | 1001011 | 101011 | 1010010 | 111100 | 100100 |
Color Harmonies of #6A9224
Complementary color
Monochromatic Colors of #6A9224
Black with #6A9224
Text Example
Text Example
White with #6A9224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9224; }
p { color: rgb(106,146,36); }
H1.HeaderClassName
{
color: #6A9224;
}
.AnyTagClassName
{
color: #6A9224;
}
</style>
background-color css
<style>
a { background-color: #6A9224; }
a { background-color: rgb(106,146,36); }
div.DivClassName
{
background-color: #6A9224;
}
.BgClassName
{
background-color: #6A9224;
}
</style>
border-color css
<style>
span { border-color: #6A9224; }
span { border-color: rgb(106,146,36); }
td.TdClassName
{
border-color: #6A9224;
}
.TagClassName
{
border-color: #6A9224;
}
</style>