Shades of Granny Smith #74958A
Tints of Granny Smith #74958A
RGB
CMYK
RGB Variations
Color information
#74958A (or 0x74958A) is known color: Granny Smith. HEX triplet: 74, 95 and 8A. RGB value is (116,149,138). Sum of RGB (Red+Green+Blue) = 116+149+138=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #74958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74958A is #8B6A75. Grayscale: #898989. Windows color (decimal): -9136758 or 9082228. OLE color: 9082228.
HSL color Cylindrical-coordinate representation of color #74958A: hue angle of 160º 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 #74958A is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 138 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.42 |
| HSL | 160º | 0.13% | 0.52% | - |
| HSV(B) | 160º | 0.22% | 0.58% | - |
| XYZ | 22.54 | 27.04 | 28.08 | - |
| YUV | 137.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 138 | 0.22 | 0 | 0.07 | 0.42 | 160 | 0.13 | 0.52 |
| Hex | 74 | 95 | 8A | 16 | 0 | 7 | 2A | A0 | D | 34 |
| Octal | 164 | 225 | 212 | 26 | 0 | 7 | 52 | 240 | 15 | 64 |
| Binary | 1110100 | 10010101 | 10001010 | 10110 | 0 | 111 | 101010 | 10100000 | 1101 | 110100 |
Color Harmonies of #74958A
Complementary color
Monochromatic Colors of #74958A
Black with #74958A
Text Example
Text Example
White with #74958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74958A; }
p { color: rgb(116,149,138); }
H1.HeaderClassName
{
color: #74958A;
}
.AnyTagClassName
{
color: #74958A;
}
</style>
background-color css
<style>
a { background-color: #74958A; }
a { background-color: rgb(116,149,138); }
div.DivClassName
{
background-color: #74958A;
}
.BgClassName
{
background-color: #74958A;
}
</style>
border-color css
<style>
span { border-color: #74958A; }
span { border-color: rgb(116,149,138); }
td.TdClassName
{
border-color: #74958A;
}
.TagClassName
{
border-color: #74958A;
}
</style>