Shades of Green Smoke #A9B370
Tints of Green Smoke #A9B370
RGB
CMYK
RGB Variations
Color information
#A9B370 (or 0xA9B370) is known color: Green Smoke. HEX triplet: A9, B3 and 70. RGB value is (169,179,112). Sum of RGB (Red+Green+Blue) = 169+179+112=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B370 is #564C8F. Grayscale: #A8A8A8. Windows color (decimal): -5655696 or 7386025. OLE color: 7386025.
HSL color Cylindrical-coordinate representation of color #A9B370: hue angle of 68.96º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9B370 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 179 | 112 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.30 |
| HSL | 68.96º | 0.31% | 0.57% | - |
| HSV(B) | 68.96º | 0.37% | 0.7% | - |
| XYZ | 35.41 | 41.85 | 21.54 | - |
| YUV | 168.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 179 | 112 | 0.06 | 0 | 0.37 | 0.30 | 68.96 | 0.31 | 0.57 |
| Hex | A9 | B3 | 70 | 6 | 0 | 25 | 1E | 45 | 1F | 39 |
| Octal | 251 | 263 | 160 | 6 | 0 | 45 | 36 | 105 | 37 | 71 |
| Binary | 10101001 | 10110011 | 1110000 | 110 | 0 | 100101 | 11110 | 1000101 | 11111 | 111001 |
Color Harmonies of #A9B370
Complementary color
Monochromatic Colors of #A9B370
Black with #A9B370
Text Example
Text Example
White with #A9B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B370; }
p { color: rgb(169,179,112); }
H1.HeaderClassName
{
color: #A9B370;
}
.AnyTagClassName
{
color: #A9B370;
}
</style>
background-color css
<style>
a { background-color: #A9B370; }
a { background-color: rgb(169,179,112); }
div.DivClassName
{
background-color: #A9B370;
}
.BgClassName
{
background-color: #A9B370;
}
</style>
border-color css
<style>
span { border-color: #A9B370; }
span { border-color: rgb(169,179,112); }
td.TdClassName
{
border-color: #A9B370;
}
.TagClassName
{
border-color: #A9B370;
}
</style>