Shades of Green Smoke #99B066
Tints of Green Smoke #99B066
RGB
CMYK
RGB Variations
Color information
#99B066 (or 0x99B066) is known color: Green Smoke. HEX triplet: 99, B0 and 66. RGB value is (153,176,102). Sum of RGB (Red+Green+Blue) = 153+176+102=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #99B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B066 is #664F99. Grayscale: #A0A0A0. Windows color (decimal): -6705050 or 6729881. OLE color: 6729881.
HSL color Cylindrical-coordinate representation of color #99B066: hue angle of 78.65º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99B066 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 102 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.31 |
| HSL | 78.65º | 0.32% | 0.55% | - |
| HSV(B) | 78.65º | 0.42% | 0.69% | - |
| XYZ | 31.06 | 38.78 | 18.42 | - |
| YUV | 160.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 102 | 0.13 | 0 | 0.42 | 0.31 | 78.65 | 0.32 | 0.55 |
| Hex | 99 | B0 | 66 | D | 0 | 2A | 1F | 4F | 20 | 37 |
| Octal | 231 | 260 | 146 | 15 | 0 | 52 | 37 | 117 | 40 | 67 |
| Binary | 10011001 | 10110000 | 1100110 | 1101 | 0 | 101010 | 11111 | 1001111 | 100000 | 110111 |
Color Harmonies of #99B066
Complementary color
Monochromatic Colors of #99B066
Black with #99B066
Text Example
Text Example
White with #99B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B066; }
p { color: rgb(153,176,102); }
H1.HeaderClassName
{
color: #99B066;
}
.AnyTagClassName
{
color: #99B066;
}
</style>
background-color css
<style>
a { background-color: #99B066; }
a { background-color: rgb(153,176,102); }
div.DivClassName
{
background-color: #99B066;
}
.BgClassName
{
background-color: #99B066;
}
</style>
border-color css
<style>
span { border-color: #99B066; }
span { border-color: rgb(153,176,102); }
td.TdClassName
{
border-color: #99B066;
}
.TagClassName
{
border-color: #99B066;
}
</style>