Shades of Green Smoke #91A468
Tints of Green Smoke #91A468
RGB
CMYK
RGB Variations
Color information
#91A468 (or 0x91A468) is known color: Green Smoke. HEX triplet: 91, A4 and 68. RGB value is (145,164,104). Sum of RGB (Red+Green+Blue) = 145+164+104=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #91A468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A468 is #6E5B97. Grayscale: #979797. Windows color (decimal): -7232408 or 6857873. OLE color: 6857873.
HSL color Cylindrical-coordinate representation of color #91A468: hue angle of 79º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91A468 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 164 | 104 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.36 |
| HSL | 79º | 0.25% | 0.53% | - |
| HSV(B) | 79º | 0.37% | 0.64% | - |
| XYZ | 27.45 | 33.57 | 18.13 | - |
| YUV | 151.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 164 | 104 | 0.12 | 0 | 0.37 | 0.36 | 79 | 0.25 | 0.53 |
| Hex | 91 | A4 | 68 | C | 0 | 25 | 24 | 4F | 19 | 35 |
| Octal | 221 | 244 | 150 | 14 | 0 | 45 | 44 | 117 | 31 | 65 |
| Binary | 10010001 | 10100100 | 1101000 | 1100 | 0 | 100101 | 100100 | 1001111 | 11001 | 110101 |
Color Harmonies of #91A468
Complementary color
Monochromatic Colors of #91A468
Black with #91A468
Text Example
Text Example
White with #91A468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A468; }
p { color: rgb(145,164,104); }
H1.HeaderClassName
{
color: #91A468;
}
.AnyTagClassName
{
color: #91A468;
}
</style>
background-color css
<style>
a { background-color: #91A468; }
a { background-color: rgb(145,164,104); }
div.DivClassName
{
background-color: #91A468;
}
.BgClassName
{
background-color: #91A468;
}
</style>
border-color css
<style>
span { border-color: #91A468; }
span { border-color: rgb(145,164,104); }
td.TdClassName
{
border-color: #91A468;
}
.TagClassName
{
border-color: #91A468;
}
</style>