Shades of Green Smoke #99A761
Tints of Green Smoke #99A761
RGB
CMYK
RGB Variations
Color information
#99A761 (or 0x99A761) is known color: Green Smoke. HEX triplet: 99, A7 and 61. RGB value is (153,167,97). Sum of RGB (Red+Green+Blue) = 153+167+97=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #99A761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A761 is #66589E. Grayscale: #9B9B9B. Windows color (decimal): -6707359 or 6399897. OLE color: 6399897.
HSL color Cylindrical-coordinate representation of color #99A761: hue angle of 72º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99A761 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 97 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.35 |
| HSL | 72º | 0.28% | 0.52% | - |
| HSV(B) | 72º | 0.42% | 0.65% | - |
| XYZ | 29.11 | 35.27 | 16.58 | - |
| YUV | 154.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 97 | 0.08 | 0 | 0.42 | 0.35 | 72 | 0.28 | 0.52 |
| Hex | 99 | A7 | 61 | 8 | 0 | 2A | 23 | 48 | 1C | 34 |
| Octal | 231 | 247 | 141 | 10 | 0 | 52 | 43 | 110 | 34 | 64 |
| Binary | 10011001 | 10100111 | 1100001 | 1000 | 0 | 101010 | 100011 | 1001000 | 11100 | 110100 |
Color Harmonies of #99A761
Complementary color
Monochromatic Colors of #99A761
Black with #99A761
Text Example
Text Example
White with #99A761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A761; }
p { color: rgb(153,167,97); }
H1.HeaderClassName
{
color: #99A761;
}
.AnyTagClassName
{
color: #99A761;
}
</style>
background-color css
<style>
a { background-color: #99A761; }
a { background-color: rgb(153,167,97); }
div.DivClassName
{
background-color: #99A761;
}
.BgClassName
{
background-color: #99A761;
}
</style>
border-color css
<style>
span { border-color: #99A761; }
span { border-color: rgb(153,167,97); }
td.TdClassName
{
border-color: #99A761;
}
.TagClassName
{
border-color: #99A761;
}
</style>