Shades of Granny Smith #71958A
Tints of Granny Smith #71958A
RGB
CMYK
RGB Variations
Color information
#71958A (or 0x71958A) is known color: Granny Smith. HEX triplet: 71, 95 and 8A. RGB value is (113,149,138). Sum of RGB (Red+Green+Blue) = 113+149+138=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #71958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71958A is #8E6A75. Grayscale: #888888. Windows color (decimal): -9333366 or 9082225. OLE color: 9082225.
HSL color Cylindrical-coordinate representation of color #71958A: hue angle of 161.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71958A is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 149 | 138 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.42 |
| HSL | 161.67º | 0.15% | 0.51% | - |
| HSV(B) | 161.67º | 0.24% | 0.58% | - |
| XYZ | 22.14 | 26.84 | 28.06 | - |
| YUV | 136.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 138 | 0.24 | 0 | 0.07 | 0.42 | 161.67 | 0.15 | 0.51 |
| Hex | 71 | 95 | 8A | 18 | 0 | 7 | 2A | A2 | F | 33 |
| Octal | 161 | 225 | 212 | 30 | 0 | 7 | 52 | 242 | 17 | 63 |
| Binary | 1110001 | 10010101 | 10001010 | 11000 | 0 | 111 | 101010 | 10100010 | 1111 | 110011 |
Color Harmonies of #71958A
Complementary color
Monochromatic Colors of #71958A
Black with #71958A
Text Example
Text Example
White with #71958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71958A; }
p { color: rgb(113,149,138); }
H1.HeaderClassName
{
color: #71958A;
}
.AnyTagClassName
{
color: #71958A;
}
</style>
background-color css
<style>
a { background-color: #71958A; }
a { background-color: rgb(113,149,138); }
div.DivClassName
{
background-color: #71958A;
}
.BgClassName
{
background-color: #71958A;
}
</style>
border-color css
<style>
span { border-color: #71958A; }
span { border-color: rgb(113,149,138); }
td.TdClassName
{
border-color: #71958A;
}
.TagClassName
{
border-color: #71958A;
}
</style>