Shades of Green Smoke #A8B761
Tints of Green Smoke #A8B761
RGB
CMYK
RGB Variations
Color information
#A8B761 (or 0xA8B761) is known color: Green Smoke. HEX triplet: A8, B7 and 61. RGB value is (168,183,97). Sum of RGB (Red+Green+Blue) = 168+183+97=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B761 is #57489E. Grayscale: #A9A9A9. Windows color (decimal): -5720223 or 6404008. OLE color: 6404008.
HSL color Cylindrical-coordinate representation of color #A8B761: hue angle of 70.47º 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 #A8B761 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 97 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.28 |
| HSL | 70.47º | 0.37% | 0.55% | - |
| HSV(B) | 70.47º | 0.47% | 0.72% | - |
| XYZ | 35.24 | 43.05 | 17.76 | - |
| YUV | 168.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 97 | 0.08 | 0 | 0.47 | 0.28 | 70.47 | 0.37 | 0.55 |
| Hex | A8 | B7 | 61 | 8 | 0 | 2F | 1C | 46 | 25 | 37 |
| Octal | 250 | 267 | 141 | 10 | 0 | 57 | 34 | 106 | 45 | 67 |
| Binary | 10101000 | 10110111 | 1100001 | 1000 | 0 | 101111 | 11100 | 1000110 | 100101 | 110111 |
Color Harmonies of #A8B761
Complementary color
Monochromatic Colors of #A8B761
Black with #A8B761
Text Example
Text Example
White with #A8B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B761; }
p { color: rgb(168,183,97); }
H1.HeaderClassName
{
color: #A8B761;
}
.AnyTagClassName
{
color: #A8B761;
}
</style>
background-color css
<style>
a { background-color: #A8B761; }
a { background-color: rgb(168,183,97); }
div.DivClassName
{
background-color: #A8B761;
}
.BgClassName
{
background-color: #A8B761;
}
</style>
border-color css
<style>
span { border-color: #A8B761; }
span { border-color: rgb(168,183,97); }
td.TdClassName
{
border-color: #A8B761;
}
.TagClassName
{
border-color: #A8B761;
}
</style>