Shades of Granny Smith #71998A
Tints of Granny Smith #71998A
RGB
CMYK
RGB Variations
Color information
#71998A (or 0x71998A) is known color: Granny Smith. HEX triplet: 71, 99 and 8A. RGB value is (113,153,138). Sum of RGB (Red+Green+Blue) = 113+153+138=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #71998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71998A is #8E6675. Grayscale: #8B8B8B. Windows color (decimal): -9332342 or 9083249. OLE color: 9083249.
HSL color Cylindrical-coordinate representation of color #71998A: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71998A is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 138 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.4 |
| HSL | 157.5º | 0.16% | 0.52% | - |
| HSV(B) | 157.5º | 0.26% | 0.6% | - |
| XYZ | 22.79 | 28.13 | 28.27 | - |
| YUV | 139.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 138 | 0.26 | 0 | 0.10 | 0.4 | 157.5 | 0.16 | 0.52 |
| Hex | 71 | 99 | 8A | 1A | 0 | A | 28 | 9E | 10 | 34 |
| Octal | 161 | 231 | 212 | 32 | 0 | 12 | 50 | 236 | 20 | 64 |
| Binary | 1110001 | 10011001 | 10001010 | 11010 | 0 | 1010 | 101000 | 10011110 | 10000 | 110100 |
Color Harmonies of #71998A
Complementary color
Monochromatic Colors of #71998A
Black with #71998A
Text Example
Text Example
White with #71998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71998A; }
p { color: rgb(113,153,138); }
H1.HeaderClassName
{
color: #71998A;
}
.AnyTagClassName
{
color: #71998A;
}
</style>
background-color css
<style>
a { background-color: #71998A; }
a { background-color: rgb(113,153,138); }
div.DivClassName
{
background-color: #71998A;
}
.BgClassName
{
background-color: #71998A;
}
</style>
border-color css
<style>
span { border-color: #71998A; }
span { border-color: rgb(113,153,138); }
td.TdClassName
{
border-color: #71998A;
}
.TagClassName
{
border-color: #71998A;
}
</style>