Shades of Green Smoke #94AA68
Tints of Green Smoke #94AA68
RGB
CMYK
RGB Variations
Color information
#94AA68 (or 0x94AA68) is known color: Green Smoke. HEX triplet: 94, AA and 68. RGB value is (148,170,104). Sum of RGB (Red+Green+Blue) = 148+170+104=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA68 is #6B5597. Grayscale: #9C9C9C. Windows color (decimal): -7034264 or 6859412. OLE color: 6859412.
HSL color Cylindrical-coordinate representation of color #94AA68: hue angle of 80º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94AA68 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 104 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.33 |
| HSL | 80º | 0.28% | 0.54% | - |
| HSV(B) | 80º | 0.39% | 0.67% | - |
| XYZ | 29.09 | 36.04 | 18.52 | - |
| YUV | 155.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 104 | 0.13 | 0 | 0.39 | 0.33 | 80 | 0.28 | 0.54 |
| Hex | 94 | AA | 68 | D | 0 | 27 | 21 | 50 | 1C | 36 |
| Octal | 224 | 252 | 150 | 15 | 0 | 47 | 41 | 120 | 34 | 66 |
| Binary | 10010100 | 10101010 | 1101000 | 1101 | 0 | 100111 | 100001 | 1010000 | 11100 | 110110 |
Color Harmonies of #94AA68
Complementary color
Monochromatic Colors of #94AA68
Black with #94AA68
Text Example
Text Example
White with #94AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA68; }
p { color: rgb(148,170,104); }
H1.HeaderClassName
{
color: #94AA68;
}
.AnyTagClassName
{
color: #94AA68;
}
</style>
background-color css
<style>
a { background-color: #94AA68; }
a { background-color: rgb(148,170,104); }
div.DivClassName
{
background-color: #94AA68;
}
.BgClassName
{
background-color: #94AA68;
}
</style>
border-color css
<style>
span { border-color: #94AA68; }
span { border-color: rgb(148,170,104); }
td.TdClassName
{
border-color: #94AA68;
}
.TagClassName
{
border-color: #94AA68;
}
</style>