Shades of Granny Smith #74988B
Tints of Granny Smith #74988B
RGB
CMYK
RGB Variations
Color information
#74988B (or 0x74988B) is known color: Granny Smith. HEX triplet: 74, 98 and 8B. RGB value is (116,152,139). Sum of RGB (Red+Green+Blue) = 116+152+139=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #74988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74988B is #8B6774. Grayscale: #8B8B8B. Windows color (decimal): -9135989 or 9148532. OLE color: 9148532.
HSL color Cylindrical-coordinate representation of color #74988B: hue angle of 158.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74988B is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 139 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.40 |
| HSL | 158.33º | 0.15% | 0.53% | - |
| HSV(B) | 158.33º | 0.24% | 0.6% | - |
| XYZ | 23.09 | 28.03 | 28.62 | - |
| YUV | 139.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 139 | 0.24 | 0 | 0.09 | 0.40 | 158.33 | 0.15 | 0.53 |
| Hex | 74 | 98 | 8B | 18 | 0 | 9 | 28 | 9E | F | 35 |
| Octal | 164 | 230 | 213 | 30 | 0 | 11 | 50 | 236 | 17 | 65 |
| Binary | 1110100 | 10011000 | 10001011 | 11000 | 0 | 1001 | 101000 | 10011110 | 1111 | 110101 |
Color Harmonies of #74988B
Complementary color
Monochromatic Colors of #74988B
Black with #74988B
Text Example
Text Example
White with #74988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74988B; }
p { color: rgb(116,152,139); }
H1.HeaderClassName
{
color: #74988B;
}
.AnyTagClassName
{
color: #74988B;
}
</style>
background-color css
<style>
a { background-color: #74988B; }
a { background-color: rgb(116,152,139); }
div.DivClassName
{
background-color: #74988B;
}
.BgClassName
{
background-color: #74988B;
}
</style>
border-color css
<style>
span { border-color: #74988B; }
span { border-color: rgb(116,152,139); }
td.TdClassName
{
border-color: #74988B;
}
.TagClassName
{
border-color: #74988B;
}
</style>