Shades of Granny Smith #768B83
Tints of Granny Smith #768B83
RGB
CMYK
RGB Variations
Color information
#768B83 (or 0x768B83) is known color: Granny Smith. HEX triplet: 76, 8B and 83. RGB value is (118,139,131). Sum of RGB (Red+Green+Blue) = 118+139+131=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 139 - color contains mainly: green. Hex color #768B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B83 is #89747C. Grayscale: #838383. Windows color (decimal): -9008253 or 8620918. OLE color: 8620918.
HSL color Cylindrical-coordinate representation of color #768B83: hue angle of 157.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #768B83 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 131 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.45 |
| HSL | 157.14º | 0.08% | 0.5% | - |
| HSV(B) | 157.14º | 0.15% | 0.55% | - |
| XYZ | 20.8 | 23.96 | 25 | - |
| YUV | 131.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 131 | 0.15 | 0 | 0.06 | 0.45 | 157.14 | 0.08 | 0.5 |
| Hex | 76 | 8B | 83 | F | 0 | 6 | 2D | 9D | 8 | 32 |
| Octal | 166 | 213 | 203 | 17 | 0 | 6 | 55 | 235 | 10 | 62 |
| Binary | 1110110 | 10001011 | 10000011 | 1111 | 0 | 110 | 101101 | 10011101 | 1000 | 110010 |
Color Harmonies of #768B83
Complementary color
Monochromatic Colors of #768B83
Black with #768B83
Text Example
Text Example
White with #768B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B83; }
p { color: rgb(118,139,131); }
H1.HeaderClassName
{
color: #768B83;
}
.AnyTagClassName
{
color: #768B83;
}
</style>
background-color css
<style>
a { background-color: #768B83; }
a { background-color: rgb(118,139,131); }
div.DivClassName
{
background-color: #768B83;
}
.BgClassName
{
background-color: #768B83;
}
</style>
border-color css
<style>
span { border-color: #768B83; }
span { border-color: rgb(118,139,131); }
td.TdClassName
{
border-color: #768B83;
}
.TagClassName
{
border-color: #768B83;
}
</style>