Shades of Green Smoke #A1B761
Tints of Green Smoke #A1B761
RGB
CMYK
RGB Variations
Color information
#A1B761 (or 0xA1B761) is known color: Green Smoke. HEX triplet: A1, B7 and 61. RGB value is (161,183,97). Sum of RGB (Red+Green+Blue) = 161+183+97=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B761 is #5E489E. Grayscale: #A6A6A6. Windows color (decimal): -6178975 or 6404001. OLE color: 6404001.
HSL color Cylindrical-coordinate representation of color #A1B761: hue angle of 75.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1B761 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 97 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.28 |
| HSL | 75.35º | 0.37% | 0.55% | - |
| HSV(B) | 75.35º | 0.47% | 0.72% | - |
| XYZ | 33.79 | 42.31 | 17.69 | - |
| YUV | 166.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 97 | 0.12 | 0 | 0.47 | 0.28 | 75.35 | 0.37 | 0.55 |
| Hex | A1 | B7 | 61 | C | 0 | 2F | 1C | 4B | 25 | 37 |
| Octal | 241 | 267 | 141 | 14 | 0 | 57 | 34 | 113 | 45 | 67 |
| Binary | 10100001 | 10110111 | 1100001 | 1100 | 0 | 101111 | 11100 | 1001011 | 100101 | 110111 |
Color Harmonies of #A1B761
Complementary color
Monochromatic Colors of #A1B761
Black with #A1B761
Text Example
Text Example
White with #A1B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B761; }
p { color: rgb(161,183,97); }
H1.HeaderClassName
{
color: #A1B761;
}
.AnyTagClassName
{
color: #A1B761;
}
</style>
background-color css
<style>
a { background-color: #A1B761; }
a { background-color: rgb(161,183,97); }
div.DivClassName
{
background-color: #A1B761;
}
.BgClassName
{
background-color: #A1B761;
}
</style>
border-color css
<style>
span { border-color: #A1B761; }
span { border-color: rgb(161,183,97); }
td.TdClassName
{
border-color: #A1B761;
}
.TagClassName
{
border-color: #A1B761;
}
</style>