Shades of Green Smoke #A5B371
Tints of Green Smoke #A5B371
RGB
CMYK
RGB Variations
Color information
#A5B371 (or 0xA5B371) is known color: Green Smoke. HEX triplet: A5, B3 and 71. RGB value is (165,179,113). Sum of RGB (Red+Green+Blue) = 165+179+113=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B371 is #5A4C8E. Grayscale: #A7A7A7. Windows color (decimal): -5917839 or 7451557. OLE color: 7451557.
HSL color Cylindrical-coordinate representation of color #A5B371: hue angle of 72.73º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5B371 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 113 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.30 |
| HSL | 72.73º | 0.3% | 0.57% | - |
| HSV(B) | 72.73º | 0.37% | 0.7% | - |
| XYZ | 34.62 | 41.43 | 21.8 | - |
| YUV | 167.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 113 | 0.08 | 0 | 0.37 | 0.30 | 72.73 | 0.3 | 0.57 |
| Hex | A5 | B3 | 71 | 8 | 0 | 25 | 1E | 49 | 1E | 39 |
| Octal | 245 | 263 | 161 | 10 | 0 | 45 | 36 | 111 | 36 | 71 |
| Binary | 10100101 | 10110011 | 1110001 | 1000 | 0 | 100101 | 11110 | 1001001 | 11110 | 111001 |
Color Harmonies of #A5B371
Complementary color
Monochromatic Colors of #A5B371
Black with #A5B371
Text Example
Text Example
White with #A5B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B371; }
p { color: rgb(165,179,113); }
H1.HeaderClassName
{
color: #A5B371;
}
.AnyTagClassName
{
color: #A5B371;
}
</style>
background-color css
<style>
a { background-color: #A5B371; }
a { background-color: rgb(165,179,113); }
div.DivClassName
{
background-color: #A5B371;
}
.BgClassName
{
background-color: #A5B371;
}
</style>
border-color css
<style>
span { border-color: #A5B371; }
span { border-color: rgb(165,179,113); }
td.TdClassName
{
border-color: #A5B371;
}
.TagClassName
{
border-color: #A5B371;
}
</style>