Shades of Granny Smith #768A83
Tints of Granny Smith #768A83
RGB
CMYK
RGB Variations
Color information
#768A83 (or 0x768A83) is known color: Granny Smith. HEX triplet: 76, 8A and 83. RGB value is (118,138,131). Sum of RGB (Red+Green+Blue) = 118+138+131=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 138 - color contains mainly: green. Hex color #768A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A83 is #89757C. Grayscale: #838383. Windows color (decimal): -9008509 or 8620662. OLE color: 8620662.
HSL color Cylindrical-coordinate representation of color #768A83: hue angle of 159º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768A83 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 131 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.46 |
| HSL | 159º | 0.08% | 0.5% | - |
| HSV(B) | 159º | 0.14% | 0.54% | - |
| XYZ | 20.66 | 23.67 | 24.95 | - |
| YUV | 131.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 131 | 0.14 | 0 | 0.05 | 0.46 | 159 | 0.08 | 0.5 |
| Hex | 76 | 8A | 83 | E | 0 | 5 | 2E | 9F | 8 | 32 |
| Octal | 166 | 212 | 203 | 16 | 0 | 5 | 56 | 237 | 10 | 62 |
| Binary | 1110110 | 10001010 | 10000011 | 1110 | 0 | 101 | 101110 | 10011111 | 1000 | 110010 |
Color Harmonies of #768A83
Complementary color
Monochromatic Colors of #768A83
Black with #768A83
Text Example
Text Example
White with #768A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A83; }
p { color: rgb(118,138,131); }
H1.HeaderClassName
{
color: #768A83;
}
.AnyTagClassName
{
color: #768A83;
}
</style>
background-color css
<style>
a { background-color: #768A83; }
a { background-color: rgb(118,138,131); }
div.DivClassName
{
background-color: #768A83;
}
.BgClassName
{
background-color: #768A83;
}
</style>
border-color css
<style>
span { border-color: #768A83; }
span { border-color: rgb(118,138,131); }
td.TdClassName
{
border-color: #768A83;
}
.TagClassName
{
border-color: #768A83;
}
</style>