Shades of Granny Smith #74857F
Tints of Granny Smith #74857F
RGB
CMYK
RGB Variations
Color information
#74857F (or 0x74857F) is known color: Granny Smith. HEX triplet: 74, 85 and 7F. RGB value is (116,133,127). Sum of RGB (Red+Green+Blue) = 116+133+127=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #74857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74857F is #8B7A80. Grayscale: #7F7F7F. Windows color (decimal): -9140865 or 8357236. OLE color: 8357236.
HSL color Cylindrical-coordinate representation of color #74857F: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #74857F is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 127 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.48 |
| HSL | 158.82º | 0.07% | 0.49% | - |
| HSV(B) | 158.82º | 0.13% | 0.52% | - |
| XYZ | 19.42 | 22.02 | 23.31 | - |
| YUV | 127.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 127 | 0.13 | 0 | 0.05 | 0.48 | 158.82 | 0.07 | 0.49 |
| Hex | 74 | 85 | 7F | D | 0 | 5 | 30 | 9F | 7 | 31 |
| Octal | 164 | 205 | 177 | 15 | 0 | 5 | 60 | 237 | 7 | 61 |
| Binary | 1110100 | 10000101 | 1111111 | 1101 | 0 | 101 | 110000 | 10011111 | 111 | 110001 |
Color Harmonies of #74857F
Complementary color
Monochromatic Colors of #74857F
Black with #74857F
Text Example
Text Example
White with #74857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74857F; }
p { color: rgb(116,133,127); }
H1.HeaderClassName
{
color: #74857F;
}
.AnyTagClassName
{
color: #74857F;
}
</style>
background-color css
<style>
a { background-color: #74857F; }
a { background-color: rgb(116,133,127); }
div.DivClassName
{
background-color: #74857F;
}
.BgClassName
{
background-color: #74857F;
}
</style>
border-color css
<style>
span { border-color: #74857F; }
span { border-color: rgb(116,133,127); }
td.TdClassName
{
border-color: #74857F;
}
.TagClassName
{
border-color: #74857F;
}
</style>