Shades of Green Smoke #9AB060
Tints of Green Smoke #9AB060
RGB
CMYK
RGB Variations
Color information
#9AB060 (or 0x9AB060) is known color: Green Smoke. HEX triplet: 9A, B0 and 60. RGB value is (154,176,96). Sum of RGB (Red+Green+Blue) = 154+176+96=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB060 is #654F9F. Grayscale: #A0A0A0. Windows color (decimal): -6639520 or 6336666. OLE color: 6336666.
HSL color Cylindrical-coordinate representation of color #9AB060: hue angle of 76.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AB060 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 96 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.31 |
| HSL | 76.5º | 0.34% | 0.53% | - |
| HSV(B) | 76.5º | 0.45% | 0.69% | - |
| XYZ | 30.96 | 38.77 | 16.92 | - |
| YUV | 160.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 96 | 0.12 | 0 | 0.45 | 0.31 | 76.5 | 0.34 | 0.53 |
| Hex | 9A | B0 | 60 | C | 0 | 2D | 1F | 4C | 22 | 35 |
| Octal | 232 | 260 | 140 | 14 | 0 | 55 | 37 | 114 | 42 | 65 |
| Binary | 10011010 | 10110000 | 1100000 | 1100 | 0 | 101101 | 11111 | 1001100 | 100010 | 110101 |
Color Harmonies of #9AB060
Complementary color
Monochromatic Colors of #9AB060
Black with #9AB060
Text Example
Text Example
White with #9AB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB060; }
p { color: rgb(154,176,96); }
H1.HeaderClassName
{
color: #9AB060;
}
.AnyTagClassName
{
color: #9AB060;
}
</style>
background-color css
<style>
a { background-color: #9AB060; }
a { background-color: rgb(154,176,96); }
div.DivClassName
{
background-color: #9AB060;
}
.BgClassName
{
background-color: #9AB060;
}
</style>
border-color css
<style>
span { border-color: #9AB060; }
span { border-color: rgb(154,176,96); }
td.TdClassName
{
border-color: #9AB060;
}
.TagClassName
{
border-color: #9AB060;
}
</style>