Shades of Green Smoke #A1B757
Tints of Green Smoke #A1B757
RGB
CMYK
RGB Variations
Color information
#A1B757 (or 0xA1B757) is known color: Green Smoke. HEX triplet: A1, B7 and 57. RGB value is (161,183,87). Sum of RGB (Red+Green+Blue) = 161+183+87=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B757 is #5E48A8. Grayscale: #A5A5A5. Windows color (decimal): -6178985 or 5748641. OLE color: 5748641.
HSL color Cylindrical-coordinate representation of color #A1B757: hue angle of 73.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1B757 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 87 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.28 |
| HSL | 73.75º | 0.4% | 0.53% | - |
| HSV(B) | 73.75º | 0.52% | 0.72% | - |
| XYZ | 33.35 | 42.13 | 15.39 | - |
| YUV | 165.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 87 | 0.12 | 0 | 0.52 | 0.28 | 73.75 | 0.4 | 0.53 |
| Hex | A1 | B7 | 57 | C | 0 | 34 | 1C | 4A | 28 | 35 |
| Octal | 241 | 267 | 127 | 14 | 0 | 64 | 34 | 112 | 50 | 65 |
| Binary | 10100001 | 10110111 | 1010111 | 1100 | 0 | 110100 | 11100 | 1001010 | 101000 | 110101 |
Color Harmonies of #A1B757
Complementary color
Monochromatic Colors of #A1B757
Black with #A1B757
Text Example
Text Example
White with #A1B757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B757; }
p { color: rgb(161,183,87); }
H1.HeaderClassName
{
color: #A1B757;
}
.AnyTagClassName
{
color: #A1B757;
}
</style>
background-color css
<style>
a { background-color: #A1B757; }
a { background-color: rgb(161,183,87); }
div.DivClassName
{
background-color: #A1B757;
}
.BgClassName
{
background-color: #A1B757;
}
</style>
border-color css
<style>
span { border-color: #A1B757; }
span { border-color: rgb(161,183,87); }
td.TdClassName
{
border-color: #A1B757;
}
.TagClassName
{
border-color: #A1B757;
}
</style>