Shades of Granny Smith #72958A
Tints of Granny Smith #72958A
RGB
CMYK
RGB Variations
Color information
#72958A (or 0x72958A) is known color: Granny Smith. HEX triplet: 72, 95 and 8A. RGB value is (114,149,138). Sum of RGB (Red+Green+Blue) = 114+149+138=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #72958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72958A is #8D6A75. Grayscale: #898989. Windows color (decimal): -9267830 or 9082226. OLE color: 9082226.
HSL color Cylindrical-coordinate representation of color #72958A: hue angle of 161.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72958A is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 138 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.42 |
| HSL | 161.14º | 0.14% | 0.52% | - |
| HSV(B) | 161.14º | 0.23% | 0.58% | - |
| XYZ | 22.27 | 26.91 | 28.06 | - |
| YUV | 137.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 138 | 0.23 | 0 | 0.07 | 0.42 | 161.14 | 0.14 | 0.52 |
| Hex | 72 | 95 | 8A | 17 | 0 | 7 | 2A | A1 | E | 34 |
| Octal | 162 | 225 | 212 | 27 | 0 | 7 | 52 | 241 | 16 | 64 |
| Binary | 1110010 | 10010101 | 10001010 | 10111 | 0 | 111 | 101010 | 10100001 | 1110 | 110100 |
Color Harmonies of #72958A
Complementary color
Monochromatic Colors of #72958A
Black with #72958A
Text Example
Text Example
White with #72958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72958A; }
p { color: rgb(114,149,138); }
H1.HeaderClassName
{
color: #72958A;
}
.AnyTagClassName
{
color: #72958A;
}
</style>
background-color css
<style>
a { background-color: #72958A; }
a { background-color: rgb(114,149,138); }
div.DivClassName
{
background-color: #72958A;
}
.BgClassName
{
background-color: #72958A;
}
</style>
border-color css
<style>
span { border-color: #72958A; }
span { border-color: rgb(114,149,138); }
td.TdClassName
{
border-color: #72958A;
}
.TagClassName
{
border-color: #72958A;
}
</style>