Shades of Green Smoke #99AB60
Tints of Green Smoke #99AB60
RGB
CMYK
RGB Variations
Color information
#99AB60 (or 0x99AB60) is known color: Green Smoke. HEX triplet: 99, AB and 60. RGB value is (153,171,96). Sum of RGB (Red+Green+Blue) = 153+171+96=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB60 is #66549F. Grayscale: #9D9D9D. Windows color (decimal): -6706336 or 6335385. OLE color: 6335385.
HSL color Cylindrical-coordinate representation of color #99AB60: hue angle of 74.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99AB60 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 96 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.33 |
| HSL | 74.4º | 0.31% | 0.52% | - |
| HSV(B) | 74.4º | 0.44% | 0.67% | - |
| XYZ | 29.81 | 36.74 | 16.59 | - |
| YUV | 157.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 96 | 0.11 | 0 | 0.44 | 0.33 | 74.4 | 0.31 | 0.52 |
| Hex | 99 | AB | 60 | B | 0 | 2C | 21 | 4A | 1F | 34 |
| Octal | 231 | 253 | 140 | 13 | 0 | 54 | 41 | 112 | 37 | 64 |
| Binary | 10011001 | 10101011 | 1100000 | 1011 | 0 | 101100 | 100001 | 1001010 | 11111 | 110100 |
Color Harmonies of #99AB60
Complementary color
Monochromatic Colors of #99AB60
Black with #99AB60
Text Example
Text Example
White with #99AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB60; }
p { color: rgb(153,171,96); }
H1.HeaderClassName
{
color: #99AB60;
}
.AnyTagClassName
{
color: #99AB60;
}
</style>
background-color css
<style>
a { background-color: #99AB60; }
a { background-color: rgb(153,171,96); }
div.DivClassName
{
background-color: #99AB60;
}
.BgClassName
{
background-color: #99AB60;
}
</style>
border-color css
<style>
span { border-color: #99AB60; }
span { border-color: rgb(153,171,96); }
td.TdClassName
{
border-color: #99AB60;
}
.TagClassName
{
border-color: #99AB60;
}
</style>