Shades of Green Smoke #A0B762
Tints of Green Smoke #A0B762
RGB
CMYK
RGB Variations
Color information
#A0B762 (or 0xA0B762) is known color: Green Smoke. HEX triplet: A0, B7 and 62. RGB value is (160,183,98). Sum of RGB (Red+Green+Blue) = 160+183+98=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B762 is #5F489D. Grayscale: #A6A6A6. Windows color (decimal): -6244510 or 6469536. OLE color: 6469536.
HSL color Cylindrical-coordinate representation of color #A0B762: hue angle of 76.24º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0B762 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 98 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.28 |
| HSL | 76.24º | 0.37% | 0.55% | - |
| HSV(B) | 76.24º | 0.46% | 0.72% | - |
| XYZ | 33.64 | 42.22 | 17.93 | - |
| YUV | 166.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 98 | 0.13 | 0 | 0.46 | 0.28 | 76.24 | 0.37 | 0.55 |
| Hex | A0 | B7 | 62 | D | 0 | 2E | 1C | 4C | 25 | 37 |
| Octal | 240 | 267 | 142 | 15 | 0 | 56 | 34 | 114 | 45 | 67 |
| Binary | 10100000 | 10110111 | 1100010 | 1101 | 0 | 101110 | 11100 | 1001100 | 100101 | 110111 |
Color Harmonies of #A0B762
Complementary color
Monochromatic Colors of #A0B762
Black with #A0B762
Text Example
Text Example
White with #A0B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B762; }
p { color: rgb(160,183,98); }
H1.HeaderClassName
{
color: #A0B762;
}
.AnyTagClassName
{
color: #A0B762;
}
</style>
background-color css
<style>
a { background-color: #A0B762; }
a { background-color: rgb(160,183,98); }
div.DivClassName
{
background-color: #A0B762;
}
.BgClassName
{
background-color: #A0B762;
}
</style>
border-color css
<style>
span { border-color: #A0B762; }
span { border-color: rgb(160,183,98); }
td.TdClassName
{
border-color: #A0B762;
}
.TagClassName
{
border-color: #A0B762;
}
</style>