Shades of Green Smoke #91A45C
Tints of Green Smoke #91A45C
RGB
CMYK
RGB Variations
Color information
#91A45C (or 0x91A45C) is known color: Green Smoke. HEX triplet: 91, A4 and 5C. RGB value is (145,164,92). Sum of RGB (Red+Green+Blue) = 145+164+92=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #91A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A45C is #6E5BA3. Grayscale: #969696. Windows color (decimal): -7232420 or 6071441. OLE color: 6071441.
HSL color Cylindrical-coordinate representation of color #91A45C: hue angle of 75.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91A45C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 164 | 92 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.36 |
| HSL | 75.83º | 0.28% | 0.5% | - |
| HSV(B) | 75.83º | 0.44% | 0.64% | - |
| XYZ | 26.88 | 33.34 | 15.14 | - |
| YUV | 150.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 164 | 92 | 0.12 | 0 | 0.44 | 0.36 | 75.83 | 0.28 | 0.5 |
| Hex | 91 | A4 | 5C | C | 0 | 2C | 24 | 4C | 1C | 32 |
| Octal | 221 | 244 | 134 | 14 | 0 | 54 | 44 | 114 | 34 | 62 |
| Binary | 10010001 | 10100100 | 1011100 | 1100 | 0 | 101100 | 100100 | 1001100 | 11100 | 110010 |
Color Harmonies of #91A45C
Complementary color
Monochromatic Colors of #91A45C
Black with #91A45C
Text Example
Text Example
White with #91A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A45C; }
p { color: rgb(145,164,92); }
H1.HeaderClassName
{
color: #91A45C;
}
.AnyTagClassName
{
color: #91A45C;
}
</style>
background-color css
<style>
a { background-color: #91A45C; }
a { background-color: rgb(145,164,92); }
div.DivClassName
{
background-color: #91A45C;
}
.BgClassName
{
background-color: #91A45C;
}
</style>
border-color css
<style>
span { border-color: #91A45C; }
span { border-color: rgb(145,164,92); }
td.TdClassName
{
border-color: #91A45C;
}
.TagClassName
{
border-color: #91A45C;
}
</style>