Shades of Granny Smith #788581
Tints of Granny Smith #788581
RGB
CMYK
RGB Variations
Color information
#788581 (or 0x788581) is known color: Granny Smith. HEX triplet: 78, 85 and 81. RGB value is (120,133,129). Sum of RGB (Red+Green+Blue) = 120+133+129=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #788581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788581 is #877A7E. Grayscale: #808080. Windows color (decimal): -8878719 or 8488312. OLE color: 8488312.
HSL color Cylindrical-coordinate representation of color #788581: hue angle of 161.54º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788581 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 129 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.48 |
| HSL | 161.54º | 0.05% | 0.5% | - |
| HSV(B) | 161.54º | 0.1% | 0.52% | - |
| XYZ | 20.1 | 22.35 | 24.02 | - |
| YUV | 128.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 129 | 0.10 | 0 | 0.03 | 0.48 | 161.54 | 0.05 | 0.5 |
| Hex | 78 | 85 | 81 | A | 0 | 3 | 30 | A2 | 5 | 32 |
| Octal | 170 | 205 | 201 | 12 | 0 | 3 | 60 | 242 | 5 | 62 |
| Binary | 1111000 | 10000101 | 10000001 | 1010 | 0 | 11 | 110000 | 10100010 | 101 | 110010 |
Color Harmonies of #788581
Complementary color
Monochromatic Colors of #788581
Black with #788581
Text Example
Text Example
White with #788581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788581; }
p { color: rgb(120,133,129); }
H1.HeaderClassName
{
color: #788581;
}
.AnyTagClassName
{
color: #788581;
}
</style>
background-color css
<style>
a { background-color: #788581; }
a { background-color: rgb(120,133,129); }
div.DivClassName
{
background-color: #788581;
}
.BgClassName
{
background-color: #788581;
}
</style>
border-color css
<style>
span { border-color: #788581; }
span { border-color: rgb(120,133,129); }
td.TdClassName
{
border-color: #788581;
}
.TagClassName
{
border-color: #788581;
}
</style>