Shades of Green Smoke #A0B759
Tints of Green Smoke #A0B759
RGB
CMYK
RGB Variations
Color information
#A0B759 (or 0xA0B759) is known color: Green Smoke. HEX triplet: A0, B7 and 59. RGB value is (160,183,89). Sum of RGB (Red+Green+Blue) = 160+183+89=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B759 is #5F48A6. Grayscale: #A5A5A5. Windows color (decimal): -6244519 or 5879712. OLE color: 5879712.
HSL color Cylindrical-coordinate representation of color #A0B759: hue angle of 74.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0B759 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 89 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.28 |
| HSL | 74.68º | 0.39% | 0.53% | - |
| HSV(B) | 74.68º | 0.51% | 0.72% | - |
| XYZ | 33.23 | 42.06 | 15.82 | - |
| YUV | 165.41 | 84.88 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 89 | 0.13 | 0 | 0.51 | 0.28 | 74.68 | 0.39 | 0.53 |
| Hex | A0 | B7 | 59 | D | 0 | 33 | 1C | 4B | 27 | 35 |
| Octal | 240 | 267 | 131 | 15 | 0 | 63 | 34 | 113 | 47 | 65 |
| Binary | 10100000 | 10110111 | 1011001 | 1101 | 0 | 110011 | 11100 | 1001011 | 100111 | 110101 |
Color Harmonies of #A0B759
Complementary color
Monochromatic Colors of #A0B759
Black with #A0B759
Text Example
Text Example
White with #A0B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B759; }
p { color: rgb(160,183,89); }
H1.HeaderClassName
{
color: #A0B759;
}
.AnyTagClassName
{
color: #A0B759;
}
</style>
background-color css
<style>
a { background-color: #A0B759; }
a { background-color: rgb(160,183,89); }
div.DivClassName
{
background-color: #A0B759;
}
.BgClassName
{
background-color: #A0B759;
}
</style>
border-color css
<style>
span { border-color: #A0B759; }
span { border-color: rgb(160,183,89); }
td.TdClassName
{
border-color: #A0B759;
}
.TagClassName
{
border-color: #A0B759;
}
</style>