Shades of Granny Smith #789185
Tints of Granny Smith #789185
RGB
CMYK
RGB Variations
Color information
#789185 (or 0x789185) is known color: Granny Smith. HEX triplet: 78, 91 and 85. RGB value is (120,145,133). Sum of RGB (Red+Green+Blue) = 120+145+133=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #789185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789185 is #876E7A. Grayscale: #888888. Windows color (decimal): -8875643 or 8753528. OLE color: 8753528.
HSL color Cylindrical-coordinate representation of color #789185: hue angle of 151.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #789185 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 133 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.43 |
| HSL | 151.2º | 0.1% | 0.52% | - |
| HSV(B) | 151.2º | 0.17% | 0.57% | - |
| XYZ | 22.1 | 25.94 | 26.03 | - |
| YUV | 136.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 133 | 0.17 | 0 | 0.08 | 0.43 | 151.2 | 0.1 | 0.52 |
| Hex | 78 | 91 | 85 | 11 | 0 | 8 | 2B | 97 | A | 34 |
| Octal | 170 | 221 | 205 | 21 | 0 | 10 | 53 | 227 | 12 | 64 |
| Binary | 1111000 | 10010001 | 10000101 | 10001 | 0 | 1000 | 101011 | 10010111 | 1010 | 110100 |
Color Harmonies of #789185
Complementary color
Monochromatic Colors of #789185
Black with #789185
Text Example
Text Example
White with #789185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789185; }
p { color: rgb(120,145,133); }
H1.HeaderClassName
{
color: #789185;
}
.AnyTagClassName
{
color: #789185;
}
</style>
background-color css
<style>
a { background-color: #789185; }
a { background-color: rgb(120,145,133); }
div.DivClassName
{
background-color: #789185;
}
.BgClassName
{
background-color: #789185;
}
</style>
border-color css
<style>
span { border-color: #789185; }
span { border-color: rgb(120,145,133); }
td.TdClassName
{
border-color: #789185;
}
.TagClassName
{
border-color: #789185;
}
</style>