Shades of Green Smoke #A0B061
Tints of Green Smoke #A0B061
RGB
CMYK
RGB Variations
Color information
#A0B061 (or 0xA0B061) is known color: Green Smoke. HEX triplet: A0, B0 and 61. RGB value is (160,176,97). Sum of RGB (Red+Green+Blue) = 160+176+97=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B061 is #5F4F9E. Grayscale: #A2A2A2. Windows color (decimal): -6246303 or 6402208. OLE color: 6402208.
HSL color Cylindrical-coordinate representation of color #A0B061: hue angle of 72.15º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0B061 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 97 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.31 |
| HSL | 72.15º | 0.33% | 0.54% | - |
| HSV(B) | 72.15º | 0.45% | 0.69% | - |
| XYZ | 32.18 | 39.39 | 17.22 | - |
| YUV | 162.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 97 | 0.09 | 0 | 0.45 | 0.31 | 72.15 | 0.33 | 0.54 |
| Hex | A0 | B0 | 61 | 9 | 0 | 2D | 1F | 48 | 21 | 36 |
| Octal | 240 | 260 | 141 | 11 | 0 | 55 | 37 | 110 | 41 | 66 |
| Binary | 10100000 | 10110000 | 1100001 | 1001 | 0 | 101101 | 11111 | 1001000 | 100001 | 110110 |
Color Harmonies of #A0B061
Complementary color
Monochromatic Colors of #A0B061
Black with #A0B061
Text Example
Text Example
White with #A0B061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B061; }
p { color: rgb(160,176,97); }
H1.HeaderClassName
{
color: #A0B061;
}
.AnyTagClassName
{
color: #A0B061;
}
</style>
background-color css
<style>
a { background-color: #A0B061; }
a { background-color: rgb(160,176,97); }
div.DivClassName
{
background-color: #A0B061;
}
.BgClassName
{
background-color: #A0B061;
}
</style>
border-color css
<style>
span { border-color: #A0B061; }
span { border-color: rgb(160,176,97); }
td.TdClassName
{
border-color: #A0B061;
}
.TagClassName
{
border-color: #A0B061;
}
</style>