Shades of Green Smoke #A0A75A
Tints of Green Smoke #A0A75A
RGB
CMYK
RGB Variations
Color information
#A0A75A (or 0xA0A75A) is known color: Green Smoke. HEX triplet: A0, A7 and 5A. RGB value is (160,167,90). Sum of RGB (Red+Green+Blue) = 160+167+90=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A75A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A75A is #5F58A5. Grayscale: #9C9C9C. Windows color (decimal): -6248614 or 5941152. OLE color: 5941152.
HSL color Cylindrical-coordinate representation of color #A0A75A: hue angle of 65.45º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0A75A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 90 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.35 |
| HSL | 65.45º | 0.3% | 0.5% | - |
| HSV(B) | 65.45º | 0.46% | 0.65% | - |
| XYZ | 30.16 | 35.85 | 15 | - |
| YUV | 156.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 90 | 0.04 | 0 | 0.46 | 0.35 | 65.45 | 0.3 | 0.5 |
| Hex | A0 | A7 | 5A | 4 | 0 | 2E | 23 | 41 | 1E | 32 |
| Octal | 240 | 247 | 132 | 4 | 0 | 56 | 43 | 101 | 36 | 62 |
| Binary | 10100000 | 10100111 | 1011010 | 100 | 0 | 101110 | 100011 | 1000001 | 11110 | 110010 |
Color Harmonies of #A0A75A
Complementary color
Monochromatic Colors of #A0A75A
Black with #A0A75A
Text Example
Text Example
White with #A0A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A75A; }
p { color: rgb(160,167,90); }
H1.HeaderClassName
{
color: #A0A75A;
}
.AnyTagClassName
{
color: #A0A75A;
}
</style>
background-color css
<style>
a { background-color: #A0A75A; }
a { background-color: rgb(160,167,90); }
div.DivClassName
{
background-color: #A0A75A;
}
.BgClassName
{
background-color: #A0A75A;
}
</style>
border-color css
<style>
span { border-color: #A0A75A; }
span { border-color: rgb(160,167,90); }
td.TdClassName
{
border-color: #A0A75A;
}
.TagClassName
{
border-color: #A0A75A;
}
</style>