Shades of Granny Smith #788D83
Tints of Granny Smith #788D83
RGB
CMYK
RGB Variations
Color information
#788D83 (or 0x788D83) is known color: Granny Smith. HEX triplet: 78, 8D and 83. RGB value is (120,141,131). Sum of RGB (Red+Green+Blue) = 120+141+131=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #788D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D83 is #87727C. Grayscale: #858585. Windows color (decimal): -8876669 or 8621432. OLE color: 8621432.
HSL color Cylindrical-coordinate representation of color #788D83: hue angle of 151.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788D83 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 131 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.45 |
| HSL | 151.43º | 0.08% | 0.51% | - |
| HSV(B) | 151.43º | 0.15% | 0.55% | - |
| XYZ | 21.37 | 24.68 | 25.11 | - |
| YUV | 133.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 131 | 0.15 | 0 | 0.07 | 0.45 | 151.43 | 0.08 | 0.51 |
| Hex | 78 | 8D | 83 | F | 0 | 7 | 2D | 97 | 8 | 33 |
| Octal | 170 | 215 | 203 | 17 | 0 | 7 | 55 | 227 | 10 | 63 |
| Binary | 1111000 | 10001101 | 10000011 | 1111 | 0 | 111 | 101101 | 10010111 | 1000 | 110011 |
Color Harmonies of #788D83
Complementary color
Monochromatic Colors of #788D83
Black with #788D83
Text Example
Text Example
White with #788D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D83; }
p { color: rgb(120,141,131); }
H1.HeaderClassName
{
color: #788D83;
}
.AnyTagClassName
{
color: #788D83;
}
</style>
background-color css
<style>
a { background-color: #788D83; }
a { background-color: rgb(120,141,131); }
div.DivClassName
{
background-color: #788D83;
}
.BgClassName
{
background-color: #788D83;
}
</style>
border-color css
<style>
span { border-color: #788D83; }
span { border-color: rgb(120,141,131); }
td.TdClassName
{
border-color: #788D83;
}
.TagClassName
{
border-color: #788D83;
}
</style>