Shades of Green Smoke #A5B762
Tints of Green Smoke #A5B762
RGB
CMYK
RGB Variations
Color information
#A5B762 (or 0xA5B762) is known color: Green Smoke. HEX triplet: A5, B7 and 62. RGB value is (165,183,98). Sum of RGB (Red+Green+Blue) = 165+183+98=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B762 is #5A489D. Grayscale: #A8A8A8. Windows color (decimal): -5916830 or 6469541. OLE color: 6469541.
HSL color Cylindrical-coordinate representation of color #A5B762: hue angle of 72.71º 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 #A5B762 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 98 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.28 |
| HSL | 72.71º | 0.37% | 0.55% | - |
| HSV(B) | 72.71º | 0.46% | 0.72% | - |
| XYZ | 34.66 | 42.75 | 17.98 | - |
| YUV | 167.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 98 | 0.10 | 0 | 0.46 | 0.28 | 72.71 | 0.37 | 0.55 |
| Hex | A5 | B7 | 62 | A | 0 | 2E | 1C | 49 | 25 | 37 |
| Octal | 245 | 267 | 142 | 12 | 0 | 56 | 34 | 111 | 45 | 67 |
| Binary | 10100101 | 10110111 | 1100010 | 1010 | 0 | 101110 | 11100 | 1001001 | 100101 | 110111 |
Color Harmonies of #A5B762
Complementary color
Monochromatic Colors of #A5B762
Black with #A5B762
Text Example
Text Example
White with #A5B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B762; }
p { color: rgb(165,183,98); }
H1.HeaderClassName
{
color: #A5B762;
}
.AnyTagClassName
{
color: #A5B762;
}
</style>
background-color css
<style>
a { background-color: #A5B762; }
a { background-color: rgb(165,183,98); }
div.DivClassName
{
background-color: #A5B762;
}
.BgClassName
{
background-color: #A5B762;
}
</style>
border-color css
<style>
span { border-color: #A5B762; }
span { border-color: rgb(165,183,98); }
td.TdClassName
{
border-color: #A5B762;
}
.TagClassName
{
border-color: #A5B762;
}
</style>