Shades of Green Smoke #A0A74B
Tints of Green Smoke #A0A74B
RGB
CMYK
RGB Variations
Color information
#A0A74B (or 0xA0A74B) is known color: Green Smoke. HEX triplet: A0, A7 and 4B. RGB value is (160,167,75). Sum of RGB (Red+Green+Blue) = 160+167+75=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A74B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A74B is #5F58B4. Grayscale: #9A9A9A. Windows color (decimal): -6248629 or 4958112. OLE color: 4958112.
HSL color Cylindrical-coordinate representation of color #A0A74B: hue angle of 64.57º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0A74B is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 75 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.35 |
| HSL | 64.57º | 0.38% | 0.47% | - |
| HSV(B) | 64.57º | 0.55% | 0.65% | - |
| XYZ | 29.59 | 35.62 | 11.97 | - |
| YUV | 154.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 75 | 0.04 | 0 | 0.55 | 0.35 | 64.57 | 0.38 | 0.47 |
| Hex | A0 | A7 | 4B | 4 | 0 | 37 | 23 | 41 | 26 | 2F |
| Octal | 240 | 247 | 113 | 4 | 0 | 67 | 43 | 101 | 46 | 57 |
| Binary | 10100000 | 10100111 | 1001011 | 100 | 0 | 110111 | 100011 | 1000001 | 100110 | 101111 |
Color Harmonies of #A0A74B
Complementary color
Monochromatic Colors of #A0A74B
Black with #A0A74B
Text Example
Text Example
White with #A0A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A74B; }
p { color: rgb(160,167,75); }
H1.HeaderClassName
{
color: #A0A74B;
}
.AnyTagClassName
{
color: #A0A74B;
}
</style>
background-color css
<style>
a { background-color: #A0A74B; }
a { background-color: rgb(160,167,75); }
div.DivClassName
{
background-color: #A0A74B;
}
.BgClassName
{
background-color: #A0A74B;
}
</style>
border-color css
<style>
span { border-color: #A0A74B; }
span { border-color: rgb(160,167,75); }
td.TdClassName
{
border-color: #A0A74B;
}
.TagClassName
{
border-color: #A0A74B;
}
</style>