Shades of Green Smoke #A5B760
Tints of Green Smoke #A5B760
RGB
CMYK
RGB Variations
Color information
#A5B760 (or 0xA5B760) is known color: Green Smoke. HEX triplet: A5, B7 and 60. RGB value is (165,183,96). Sum of RGB (Red+Green+Blue) = 165+183+96=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B760 is #5A489F. Grayscale: #A8A8A8. Windows color (decimal): -5916832 or 6338469. OLE color: 6338469.
HSL color Cylindrical-coordinate representation of color #A5B760: hue angle of 72.41º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5B760 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 96 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.28 |
| HSL | 72.41º | 0.38% | 0.55% | - |
| HSV(B) | 72.41º | 0.48% | 0.72% | - |
| XYZ | 34.56 | 42.71 | 17.49 | - |
| YUV | 167.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 96 | 0.10 | 0 | 0.48 | 0.28 | 72.41 | 0.38 | 0.55 |
| Hex | A5 | B7 | 60 | A | 0 | 30 | 1C | 48 | 26 | 37 |
| Octal | 245 | 267 | 140 | 12 | 0 | 60 | 34 | 110 | 46 | 67 |
| Binary | 10100101 | 10110111 | 1100000 | 1010 | 0 | 110000 | 11100 | 1001000 | 100110 | 110111 |
Color Harmonies of #A5B760
Complementary color
Monochromatic Colors of #A5B760
Black with #A5B760
Text Example
Text Example
White with #A5B760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B760; }
p { color: rgb(165,183,96); }
H1.HeaderClassName
{
color: #A5B760;
}
.AnyTagClassName
{
color: #A5B760;
}
</style>
background-color css
<style>
a { background-color: #A5B760; }
a { background-color: rgb(165,183,96); }
div.DivClassName
{
background-color: #A5B760;
}
.BgClassName
{
background-color: #A5B760;
}
</style>
border-color css
<style>
span { border-color: #A5B760; }
span { border-color: rgb(165,183,96); }
td.TdClassName
{
border-color: #A5B760;
}
.TagClassName
{
border-color: #A5B760;
}
</style>