Shades of Green Smoke #99A768
Tints of Green Smoke #99A768
RGB
CMYK
RGB Variations
Color information
#99A768 (or 0x99A768) is known color: Green Smoke. HEX triplet: 99, A7 and 68. RGB value is (153,167,104). Sum of RGB (Red+Green+Blue) = 153+167+104=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 167 - color contains mainly: green. Hex color #99A768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A768 is #665897. Grayscale: #9B9B9B. Windows color (decimal): -6707352 or 6858649. OLE color: 6858649.
HSL color Cylindrical-coordinate representation of color #99A768: hue angle of 73.33º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99A768 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 104 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.35 |
| HSL | 73.33º | 0.26% | 0.53% | - |
| HSV(B) | 73.33º | 0.38% | 0.65% | - |
| XYZ | 29.45 | 35.41 | 18.38 | - |
| YUV | 155.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 104 | 0.08 | 0 | 0.38 | 0.35 | 73.33 | 0.26 | 0.53 |
| Hex | 99 | A7 | 68 | 8 | 0 | 26 | 23 | 49 | 1A | 35 |
| Octal | 231 | 247 | 150 | 10 | 0 | 46 | 43 | 111 | 32 | 65 |
| Binary | 10011001 | 10100111 | 1101000 | 1000 | 0 | 100110 | 100011 | 1001001 | 11010 | 110101 |
Color Harmonies of #99A768
Complementary color
Monochromatic Colors of #99A768
Black with #99A768
Text Example
Text Example
White with #99A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A768; }
p { color: rgb(153,167,104); }
H1.HeaderClassName
{
color: #99A768;
}
.AnyTagClassName
{
color: #99A768;
}
</style>
background-color css
<style>
a { background-color: #99A768; }
a { background-color: rgb(153,167,104); }
div.DivClassName
{
background-color: #99A768;
}
.BgClassName
{
background-color: #99A768;
}
</style>
border-color css
<style>
span { border-color: #99A768; }
span { border-color: rgb(153,167,104); }
td.TdClassName
{
border-color: #99A768;
}
.TagClassName
{
border-color: #99A768;
}
</style>