Shades of Pewter #91AA91
Tints of Pewter #91AA91
RGB
CMYK
RGB Variations
Color information
#91AA91 (or 0x91AA91) is known color: Pewter. HEX triplet: 91, AA and 91. RGB value is (145,170,145). Sum of RGB (Red+Green+Blue) = 145+170+145=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AA91 is #6E556E. Grayscale: #9F9F9F. Windows color (decimal): -7230831 or 9546385. OLE color: 9546385.
HSL color Cylindrical-coordinate representation of color #91AA91: hue angle of 120º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91AA91 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 145 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.33 |
| HSL | 120º | 0.13% | 0.62% | - |
| HSV(B) | 120º | 0.15% | 0.67% | - |
| XYZ | 31.16 | 36.81 | 32.25 | - |
| YUV | 159.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 145 | 0.15 | 0 | 0.15 | 0.33 | 120 | 0.13 | 0.62 |
| Hex | 91 | AA | 91 | F | 0 | F | 21 | 78 | D | 3E |
| Octal | 221 | 252 | 221 | 17 | 0 | 17 | 41 | 170 | 15 | 76 |
| Binary | 10010001 | 10101010 | 10010001 | 1111 | 0 | 1111 | 100001 | 1111000 | 1101 | 111110 |
Color Harmonies of #91AA91
Complementary color
Monochromatic Colors of #91AA91
Black with #91AA91
Text Example
Text Example
White with #91AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA91; }
p { color: rgb(145,170,145); }
H1.HeaderClassName
{
color: #91AA91;
}
.AnyTagClassName
{
color: #91AA91;
}
</style>
background-color css
<style>
a { background-color: #91AA91; }
a { background-color: rgb(145,170,145); }
div.DivClassName
{
background-color: #91AA91;
}
.BgClassName
{
background-color: #91AA91;
}
</style>
border-color css
<style>
span { border-color: #91AA91; }
span { border-color: rgb(145,170,145); }
td.TdClassName
{
border-color: #91AA91;
}
.TagClassName
{
border-color: #91AA91;
}
</style>