Shades of Granny Smith #7A8B84
Tints of Granny Smith #7A8B84
RGB
CMYK
RGB Variations
Color information
#7A8B84 (or 0x7A8B84) is known color: Granny Smith. HEX triplet: 7A, 8B and 84. RGB value is (122,139,132). Sum of RGB (Red+Green+Blue) = 122+139+132=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8B84 is #85747B. Grayscale: #858585. Windows color (decimal): -8746108 or 8686458. OLE color: 8686458.
HSL color Cylindrical-coordinate representation of color #7A8B84: hue angle of 155.29º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A8B84 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 132 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.45 |
| HSL | 155.29º | 0.07% | 0.51% | - |
| HSV(B) | 155.29º | 0.12% | 0.55% | - |
| XYZ | 21.42 | 24.27 | 25.38 | - |
| YUV | 133.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 132 | 0.12 | 0 | 0.05 | 0.45 | 155.29 | 0.07 | 0.51 |
| Hex | 7A | 8B | 84 | C | 0 | 5 | 2D | 9B | 7 | 33 |
| Octal | 172 | 213 | 204 | 14 | 0 | 5 | 55 | 233 | 7 | 63 |
| Binary | 1111010 | 10001011 | 10000100 | 1100 | 0 | 101 | 101101 | 10011011 | 111 | 110011 |
Color Harmonies of #7A8B84
Complementary color
Monochromatic Colors of #7A8B84
Black with #7A8B84
Text Example
Text Example
White with #7A8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B84; }
p { color: rgb(122,139,132); }
H1.HeaderClassName
{
color: #7A8B84;
}
.AnyTagClassName
{
color: #7A8B84;
}
</style>
background-color css
<style>
a { background-color: #7A8B84; }
a { background-color: rgb(122,139,132); }
div.DivClassName
{
background-color: #7A8B84;
}
.BgClassName
{
background-color: #7A8B84;
}
</style>
border-color css
<style>
span { border-color: #7A8B84; }
span { border-color: rgb(122,139,132); }
td.TdClassName
{
border-color: #7A8B84;
}
.TagClassName
{
border-color: #7A8B84;
}
</style>