Shades of Edward #91AA97
Tints of Edward #91AA97
RGB
CMYK
RGB Variations
Color information
#91AA97 (or 0x91AA97) is known color: Edward. HEX triplet: 91, AA and 97. RGB value is (145,170,151). Sum of RGB (Red+Green+Blue) = 145+170+151=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AA97 is #6E5568. Grayscale: #A0A0A0. Windows color (decimal): -7230825 or 9939601. OLE color: 9939601.
HSL color Cylindrical-coordinate representation of color #91AA97: hue angle of 134.4º 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 #91AA97 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 151 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.33 |
| HSL | 134.4º | 0.13% | 0.62% | - |
| HSV(B) | 134.4º | 0.15% | 0.67% | - |
| XYZ | 31.64 | 37 | 34.75 | - |
| YUV | 160.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 151 | 0.15 | 0 | 0.11 | 0.33 | 134.4 | 0.13 | 0.62 |
| Hex | 91 | AA | 97 | F | 0 | B | 21 | 86 | D | 3E |
| Octal | 221 | 252 | 227 | 17 | 0 | 13 | 41 | 206 | 15 | 76 |
| Binary | 10010001 | 10101010 | 10010111 | 1111 | 0 | 1011 | 100001 | 10000110 | 1101 | 111110 |
Color Harmonies of #91AA97
Complementary color
Monochromatic Colors of #91AA97
Black with #91AA97
Text Example
Text Example
White with #91AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA97; }
p { color: rgb(145,170,151); }
H1.HeaderClassName
{
color: #91AA97;
}
.AnyTagClassName
{
color: #91AA97;
}
</style>
background-color css
<style>
a { background-color: #91AA97; }
a { background-color: rgb(145,170,151); }
div.DivClassName
{
background-color: #91AA97;
}
.BgClassName
{
background-color: #91AA97;
}
</style>
border-color css
<style>
span { border-color: #91AA97; }
span { border-color: rgb(145,170,151); }
td.TdClassName
{
border-color: #91AA97;
}
.TagClassName
{
border-color: #91AA97;
}
</style>