Shades of Green Smoke #9AAF65
Tints of Green Smoke #9AAF65
RGB
CMYK
RGB Variations
Color information
#9AAF65 (or 0x9AAF65) is known color: Green Smoke. HEX triplet: 9A, AF and 65. RGB value is (154,175,101). Sum of RGB (Red+Green+Blue) = 154+175+101=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF65 is #65509A. Grayscale: #A0A0A0. Windows color (decimal): -6639771 or 6664090. OLE color: 6664090.
HSL color Cylindrical-coordinate representation of color #9AAF65: hue angle of 77.03º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AAF65 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 101 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.31 |
| HSL | 77.03º | 0.32% | 0.54% | - |
| HSV(B) | 77.03º | 0.42% | 0.69% | - |
| XYZ | 31.01 | 38.47 | 18.1 | - |
| YUV | 160.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 101 | 0.12 | 0 | 0.42 | 0.31 | 77.03 | 0.32 | 0.54 |
| Hex | 9A | AF | 65 | C | 0 | 2A | 1F | 4D | 20 | 36 |
| Octal | 232 | 257 | 145 | 14 | 0 | 52 | 37 | 115 | 40 | 66 |
| Binary | 10011010 | 10101111 | 1100101 | 1100 | 0 | 101010 | 11111 | 1001101 | 100000 | 110110 |
Color Harmonies of #9AAF65
Complementary color
Monochromatic Colors of #9AAF65
Black with #9AAF65
Text Example
Text Example
White with #9AAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF65; }
p { color: rgb(154,175,101); }
H1.HeaderClassName
{
color: #9AAF65;
}
.AnyTagClassName
{
color: #9AAF65;
}
</style>
background-color css
<style>
a { background-color: #9AAF65; }
a { background-color: rgb(154,175,101); }
div.DivClassName
{
background-color: #9AAF65;
}
.BgClassName
{
background-color: #9AAF65;
}
</style>
border-color css
<style>
span { border-color: #9AAF65; }
span { border-color: rgb(154,175,101); }
td.TdClassName
{
border-color: #9AAF65;
}
.TagClassName
{
border-color: #9AAF65;
}
</style>