Shades of Green Smoke #A0B36A
Tints of Green Smoke #A0B36A
RGB
CMYK
RGB Variations
Color information
#A0B36A (or 0xA0B36A) is known color: Green Smoke. HEX triplet: A0, B3 and 6A. RGB value is (160,179,106). Sum of RGB (Red+Green+Blue) = 160+179+106=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B36A is #5F4C95. Grayscale: #A5A5A5. Windows color (decimal): -6245526 or 6992800. OLE color: 6992800.
HSL color Cylindrical-coordinate representation of color #A0B36A: hue angle of 75.62º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0B36A is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 106 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.30 |
| HSL | 75.62º | 0.32% | 0.56% | - |
| HSV(B) | 75.62º | 0.41% | 0.7% | - |
| XYZ | 33.22 | 40.75 | 19.75 | - |
| YUV | 165 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 106 | 0.11 | 0 | 0.41 | 0.30 | 75.62 | 0.32 | 0.56 |
| Hex | A0 | B3 | 6A | B | 0 | 29 | 1E | 4C | 20 | 38 |
| Octal | 240 | 263 | 152 | 13 | 0 | 51 | 36 | 114 | 40 | 70 |
| Binary | 10100000 | 10110011 | 1101010 | 1011 | 0 | 101001 | 11110 | 1001100 | 100000 | 111000 |
Color Harmonies of #A0B36A
Complementary color
Monochromatic Colors of #A0B36A
Black with #A0B36A
Text Example
Text Example
White with #A0B36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B36A; }
p { color: rgb(160,179,106); }
H1.HeaderClassName
{
color: #A0B36A;
}
.AnyTagClassName
{
color: #A0B36A;
}
</style>
background-color css
<style>
a { background-color: #A0B36A; }
a { background-color: rgb(160,179,106); }
div.DivClassName
{
background-color: #A0B36A;
}
.BgClassName
{
background-color: #A0B36A;
}
</style>
border-color css
<style>
span { border-color: #A0B36A; }
span { border-color: rgb(160,179,106); }
td.TdClassName
{
border-color: #A0B36A;
}
.TagClassName
{
border-color: #A0B36A;
}
</style>