Shades of Green Smoke #9AAF5B
Tints of Green Smoke #9AAF5B
RGB
CMYK
RGB Variations
Color information
#9AAF5B (or 0x9AAF5B) is known color: Green Smoke. HEX triplet: 9A, AF and 5B. RGB value is (154,175,91). Sum of RGB (Red+Green+Blue) = 154+175+91=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF5B is #6550A4. Grayscale: #9F9F9F. Windows color (decimal): -6639781 or 6008730. OLE color: 6008730.
HSL color Cylindrical-coordinate representation of color #9AAF5B: hue angle of 75º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AAF5B is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 91 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.31 |
| HSL | 75º | 0.34% | 0.52% | - |
| HSV(B) | 75º | 0.48% | 0.69% | - |
| XYZ | 30.54 | 38.29 | 15.68 | - |
| YUV | 159.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 91 | 0.12 | 0 | 0.48 | 0.31 | 75 | 0.34 | 0.52 |
| Hex | 9A | AF | 5B | C | 0 | 30 | 1F | 4B | 22 | 34 |
| Octal | 232 | 257 | 133 | 14 | 0 | 60 | 37 | 113 | 42 | 64 |
| Binary | 10011010 | 10101111 | 1011011 | 1100 | 0 | 110000 | 11111 | 1001011 | 100010 | 110100 |
Color Harmonies of #9AAF5B
Complementary color
Monochromatic Colors of #9AAF5B
Black with #9AAF5B
Text Example
Text Example
White with #9AAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF5B; }
p { color: rgb(154,175,91); }
H1.HeaderClassName
{
color: #9AAF5B;
}
.AnyTagClassName
{
color: #9AAF5B;
}
</style>
background-color css
<style>
a { background-color: #9AAF5B; }
a { background-color: rgb(154,175,91); }
div.DivClassName
{
background-color: #9AAF5B;
}
.BgClassName
{
background-color: #9AAF5B;
}
</style>
border-color css
<style>
span { border-color: #9AAF5B; }
span { border-color: rgb(154,175,91); }
td.TdClassName
{
border-color: #9AAF5B;
}
.TagClassName
{
border-color: #9AAF5B;
}
</style>