Shades of Green Smoke #A0B75C
Tints of Green Smoke #A0B75C
RGB
CMYK
RGB Variations
Color information
#A0B75C (or 0xA0B75C) is known color: Green Smoke. HEX triplet: A0, B7 and 5C. RGB value is (160,183,92). Sum of RGB (Red+Green+Blue) = 160+183+92=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B75C is #5F48A3. Grayscale: #A6A6A6. Windows color (decimal): -6244516 or 6076320. OLE color: 6076320.
HSL color Cylindrical-coordinate representation of color #A0B75C: hue angle of 75.16º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0B75C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 92 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.28 |
| HSL | 75.16º | 0.39% | 0.54% | - |
| HSV(B) | 75.16º | 0.5% | 0.72% | - |
| XYZ | 33.36 | 42.11 | 16.5 | - |
| YUV | 165.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 92 | 0.13 | 0 | 0.50 | 0.28 | 75.16 | 0.39 | 0.54 |
| Hex | A0 | B7 | 5C | D | 0 | 32 | 1C | 4B | 27 | 36 |
| Octal | 240 | 267 | 134 | 15 | 0 | 62 | 34 | 113 | 47 | 66 |
| Binary | 10100000 | 10110111 | 1011100 | 1101 | 0 | 110010 | 11100 | 1001011 | 100111 | 110110 |
Color Harmonies of #A0B75C
Complementary color
Monochromatic Colors of #A0B75C
Black with #A0B75C
Text Example
Text Example
White with #A0B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B75C; }
p { color: rgb(160,183,92); }
H1.HeaderClassName
{
color: #A0B75C;
}
.AnyTagClassName
{
color: #A0B75C;
}
</style>
background-color css
<style>
a { background-color: #A0B75C; }
a { background-color: rgb(160,183,92); }
div.DivClassName
{
background-color: #A0B75C;
}
.BgClassName
{
background-color: #A0B75C;
}
</style>
border-color css
<style>
span { border-color: #A0B75C; }
span { border-color: rgb(160,183,92); }
td.TdClassName
{
border-color: #A0B75C;
}
.TagClassName
{
border-color: #A0B75C;
}
</style>