Shades of Granny Smith #788B81
Tints of Granny Smith #788B81
RGB
CMYK
RGB Variations
Color information
#788B81 (or 0x788B81) is known color: Granny Smith. HEX triplet: 78, 8B and 81. RGB value is (120,139,129). Sum of RGB (Red+Green+Blue) = 120+139+129=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 139 - color contains mainly: green. Hex color #788B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B81 is #87747E. Grayscale: #848484. Windows color (decimal): -8877183 or 8489848. OLE color: 8489848.
HSL color Cylindrical-coordinate representation of color #788B81: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788B81 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 129 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.45 |
| HSL | 148.42º | 0.08% | 0.51% | - |
| HSV(B) | 148.42º | 0.14% | 0.55% | - |
| XYZ | 20.94 | 24.04 | 24.31 | - |
| YUV | 132.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 129 | 0.14 | 0 | 0.07 | 0.45 | 148.42 | 0.08 | 0.51 |
| Hex | 78 | 8B | 81 | E | 0 | 7 | 2D | 94 | 8 | 33 |
| Octal | 170 | 213 | 201 | 16 | 0 | 7 | 55 | 224 | 10 | 63 |
| Binary | 1111000 | 10001011 | 10000001 | 1110 | 0 | 111 | 101101 | 10010100 | 1000 | 110011 |
Color Harmonies of #788B81
Complementary color
Monochromatic Colors of #788B81
Black with #788B81
Text Example
Text Example
White with #788B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B81; }
p { color: rgb(120,139,129); }
H1.HeaderClassName
{
color: #788B81;
}
.AnyTagClassName
{
color: #788B81;
}
</style>
background-color css
<style>
a { background-color: #788B81; }
a { background-color: rgb(120,139,129); }
div.DivClassName
{
background-color: #788B81;
}
.BgClassName
{
background-color: #788B81;
}
</style>
border-color css
<style>
span { border-color: #788B81; }
span { border-color: rgb(120,139,129); }
td.TdClassName
{
border-color: #788B81;
}
.TagClassName
{
border-color: #788B81;
}
</style>