Shades of Olive Drab #6A9324
Tints of Olive Drab #6A9324
RGB
CMYK
RGB Variations
Color information
#6A9324 (or 0x6A9324) is known color: Olive Drab. HEX triplet: 6A, 93 and 24. RGB value is (106,147,36). Sum of RGB (Red+Green+Blue) = 106+147+36=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9324 is #956CDB. Grayscale: #7A7A7A. Windows color (decimal): -9792732 or 2397034. OLE color: 2397034.
HSL color Cylindrical-coordinate representation of color #6A9324: hue angle of 82.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A9324 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 36 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.42 |
| HSL | 82.16º | 0.61% | 0.36% | - |
| HSV(B) | 82.16º | 0.76% | 0.58% | - |
| XYZ | 16.7 | 24.06 | 5.43 | - |
| YUV | 122.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 36 | 0.28 | 0 | 0.76 | 0.42 | 82.16 | 0.61 | 0.36 |
| Hex | 6A | 93 | 24 | 1C | 0 | 4C | 2A | 52 | 3D | 24 |
| Octal | 152 | 223 | 44 | 34 | 0 | 114 | 52 | 122 | 75 | 44 |
| Binary | 1101010 | 10010011 | 100100 | 11100 | 0 | 1001100 | 101010 | 1010010 | 111101 | 100100 |
Color Harmonies of #6A9324
Complementary color
Monochromatic Colors of #6A9324
Black with #6A9324
Text Example
Text Example
White with #6A9324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9324; }
p { color: rgb(106,147,36); }
H1.HeaderClassName
{
color: #6A9324;
}
.AnyTagClassName
{
color: #6A9324;
}
</style>
background-color css
<style>
a { background-color: #6A9324; }
a { background-color: rgb(106,147,36); }
div.DivClassName
{
background-color: #6A9324;
}
.BgClassName
{
background-color: #6A9324;
}
</style>
border-color css
<style>
span { border-color: #6A9324; }
span { border-color: rgb(106,147,36); }
td.TdClassName
{
border-color: #6A9324;
}
.TagClassName
{
border-color: #6A9324;
}
</style>