Shades of Green Smoke #99B065
Tints of Green Smoke #99B065
RGB
CMYK
RGB Variations
Color information
#99B065 (or 0x99B065) is known color: Green Smoke. HEX triplet: 99, B0 and 65. RGB value is (153,176,101). Sum of RGB (Red+Green+Blue) = 153+176+101=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #99B065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B065 is #664F9A. Grayscale: #A0A0A0. Windows color (decimal): -6705051 or 6664345. OLE color: 6664345.
HSL color Cylindrical-coordinate representation of color #99B065: hue angle of 78.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99B065 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 101 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.31 |
| HSL | 78.4º | 0.32% | 0.54% | - |
| HSV(B) | 78.4º | 0.43% | 0.69% | - |
| XYZ | 31.01 | 38.76 | 18.16 | - |
| YUV | 160.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 101 | 0.13 | 0 | 0.43 | 0.31 | 78.4 | 0.32 | 0.54 |
| Hex | 99 | B0 | 65 | D | 0 | 2B | 1F | 4E | 20 | 36 |
| Octal | 231 | 260 | 145 | 15 | 0 | 53 | 37 | 116 | 40 | 66 |
| Binary | 10011001 | 10110000 | 1100101 | 1101 | 0 | 101011 | 11111 | 1001110 | 100000 | 110110 |
Color Harmonies of #99B065
Complementary color
Monochromatic Colors of #99B065
Black with #99B065
Text Example
Text Example
White with #99B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B065; }
p { color: rgb(153,176,101); }
H1.HeaderClassName
{
color: #99B065;
}
.AnyTagClassName
{
color: #99B065;
}
</style>
background-color css
<style>
a { background-color: #99B065; }
a { background-color: rgb(153,176,101); }
div.DivClassName
{
background-color: #99B065;
}
.BgClassName
{
background-color: #99B065;
}
</style>
border-color css
<style>
span { border-color: #99B065; }
span { border-color: rgb(153,176,101); }
td.TdClassName
{
border-color: #99B065;
}
.TagClassName
{
border-color: #99B065;
}
</style>