Shades of Granny Smith #74877F
Tints of Granny Smith #74877F
RGB
CMYK
RGB Variations
Color information
#74877F (or 0x74877F) is known color: Granny Smith. HEX triplet: 74, 87 and 7F. RGB value is (116,135,127). Sum of RGB (Red+Green+Blue) = 116+135+127=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #74877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74877F is #8B7880. Grayscale: #808080. Windows color (decimal): -9140353 or 8357748. OLE color: 8357748.
HSL color Cylindrical-coordinate representation of color #74877F: hue angle of 154.74º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #74877F is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 127 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.47 |
| HSL | 154.74º | 0.08% | 0.49% | - |
| HSV(B) | 154.74º | 0.14% | 0.53% | - |
| XYZ | 19.7 | 22.57 | 23.4 | - |
| YUV | 128.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 127 | 0.14 | 0 | 0.06 | 0.47 | 154.74 | 0.08 | 0.49 |
| Hex | 74 | 87 | 7F | E | 0 | 6 | 2F | 9B | 8 | 31 |
| Octal | 164 | 207 | 177 | 16 | 0 | 6 | 57 | 233 | 10 | 61 |
| Binary | 1110100 | 10000111 | 1111111 | 1110 | 0 | 110 | 101111 | 10011011 | 1000 | 110001 |
Color Harmonies of #74877F
Complementary color
Monochromatic Colors of #74877F
Black with #74877F
Text Example
Text Example
White with #74877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74877F; }
p { color: rgb(116,135,127); }
H1.HeaderClassName
{
color: #74877F;
}
.AnyTagClassName
{
color: #74877F;
}
</style>
background-color css
<style>
a { background-color: #74877F; }
a { background-color: rgb(116,135,127); }
div.DivClassName
{
background-color: #74877F;
}
.BgClassName
{
background-color: #74877F;
}
</style>
border-color css
<style>
span { border-color: #74877F; }
span { border-color: rgb(116,135,127); }
td.TdClassName
{
border-color: #74877F;
}
.TagClassName
{
border-color: #74877F;
}
</style>