Shades of Granny Smith #7B8F84
Tints of Granny Smith #7B8F84
RGB
CMYK
RGB Variations
Color information
#7B8F84 (or 0x7B8F84) is known color: Granny Smith. HEX triplet: 7B, 8F and 84. RGB value is (123,143,132). Sum of RGB (Red+Green+Blue) = 123+143+132=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 143 - color contains mainly: green. Hex color #7B8F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8F84 is #84707B. Grayscale: #878787. Windows color (decimal): -8679548 or 8687483. OLE color: 8687483.
HSL color Cylindrical-coordinate representation of color #7B8F84: hue angle of 147º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B8F84 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 143 | 132 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.44 |
| HSL | 147º | 0.08% | 0.52% | - |
| HSV(B) | 147º | 0.14% | 0.56% | - |
| XYZ | 22.16 | 25.52 | 25.59 | - |
| YUV | 135.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 143 | 132 | 0.14 | 0 | 0.08 | 0.44 | 147 | 0.08 | 0.52 |
| Hex | 7B | 8F | 84 | E | 0 | 8 | 2C | 93 | 8 | 34 |
| Octal | 173 | 217 | 204 | 16 | 0 | 10 | 54 | 223 | 10 | 64 |
| Binary | 1111011 | 10001111 | 10000100 | 1110 | 0 | 1000 | 101100 | 10010011 | 1000 | 110100 |
Color Harmonies of #7B8F84
Complementary color
Monochromatic Colors of #7B8F84
Black with #7B8F84
Text Example
Text Example
White with #7B8F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8F84; }
p { color: rgb(123,143,132); }
H1.HeaderClassName
{
color: #7B8F84;
}
.AnyTagClassName
{
color: #7B8F84;
}
</style>
background-color css
<style>
a { background-color: #7B8F84; }
a { background-color: rgb(123,143,132); }
div.DivClassName
{
background-color: #7B8F84;
}
.BgClassName
{
background-color: #7B8F84;
}
</style>
border-color css
<style>
span { border-color: #7B8F84; }
span { border-color: rgb(123,143,132); }
td.TdClassName
{
border-color: #7B8F84;
}
.TagClassName
{
border-color: #7B8F84;
}
</style>