Shades of Granny Smith #74948B
Tints of Granny Smith #74948B
RGB
CMYK
RGB Variations
Color information
#74948B (or 0x74948B) is known color: Granny Smith. HEX triplet: 74, 94 and 8B. RGB value is (116,148,139). Sum of RGB (Red+Green+Blue) = 116+148+139=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #74948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74948B is #8B6B74. Grayscale: #898989. Windows color (decimal): -9137013 or 9147508. OLE color: 9147508.
HSL color Cylindrical-coordinate representation of color #74948B: hue angle of 163.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74948B is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 139 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.42 |
| HSL | 163.13º | 0.13% | 0.52% | - |
| HSV(B) | 163.13º | 0.22% | 0.58% | - |
| XYZ | 22.45 | 26.76 | 28.41 | - |
| YUV | 137.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 139 | 0.22 | 0 | 0.06 | 0.42 | 163.13 | 0.13 | 0.52 |
| Hex | 74 | 94 | 8B | 16 | 0 | 6 | 2A | A3 | D | 34 |
| Octal | 164 | 224 | 213 | 26 | 0 | 6 | 52 | 243 | 15 | 64 |
| Binary | 1110100 | 10010100 | 10001011 | 10110 | 0 | 110 | 101010 | 10100011 | 1101 | 110100 |
Color Harmonies of #74948B
Complementary color
Monochromatic Colors of #74948B
Black with #74948B
Text Example
Text Example
White with #74948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74948B; }
p { color: rgb(116,148,139); }
H1.HeaderClassName
{
color: #74948B;
}
.AnyTagClassName
{
color: #74948B;
}
</style>
background-color css
<style>
a { background-color: #74948B; }
a { background-color: rgb(116,148,139); }
div.DivClassName
{
background-color: #74948B;
}
.BgClassName
{
background-color: #74948B;
}
</style>
border-color css
<style>
span { border-color: #74948B; }
span { border-color: rgb(116,148,139); }
td.TdClassName
{
border-color: #74948B;
}
.TagClassName
{
border-color: #74948B;
}
</style>