Shades of Granny Smith #769183
Tints of Granny Smith #769183
RGB
CMYK
RGB Variations
Color information
#769183 (or 0x769183) is known color: Granny Smith. HEX triplet: 76, 91 and 83. RGB value is (118,145,131). Sum of RGB (Red+Green+Blue) = 118+145+131=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #769183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769183 is #896E7C. Grayscale: #878787. Windows color (decimal): -9006717 or 8622454. OLE color: 8622454.
HSL color Cylindrical-coordinate representation of color #769183: hue angle of 148.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769183 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 131 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.43 |
| HSL | 148.89º | 0.11% | 0.52% | - |
| HSV(B) | 148.89º | 0.19% | 0.57% | - |
| XYZ | 21.69 | 25.74 | 25.3 | - |
| YUV | 135.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 131 | 0.19 | 0 | 0.10 | 0.43 | 148.89 | 0.11 | 0.52 |
| Hex | 76 | 91 | 83 | 13 | 0 | A | 2B | 95 | B | 34 |
| Octal | 166 | 221 | 203 | 23 | 0 | 12 | 53 | 225 | 13 | 64 |
| Binary | 1110110 | 10010001 | 10000011 | 10011 | 0 | 1010 | 101011 | 10010101 | 1011 | 110100 |
Color Harmonies of #769183
Complementary color
Monochromatic Colors of #769183
Black with #769183
Text Example
Text Example
White with #769183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769183; }
p { color: rgb(118,145,131); }
H1.HeaderClassName
{
color: #769183;
}
.AnyTagClassName
{
color: #769183;
}
</style>
background-color css
<style>
a { background-color: #769183; }
a { background-color: rgb(118,145,131); }
div.DivClassName
{
background-color: #769183;
}
.BgClassName
{
background-color: #769183;
}
</style>
border-color css
<style>
span { border-color: #769183; }
span { border-color: rgb(118,145,131); }
td.TdClassName
{
border-color: #769183;
}
.TagClassName
{
border-color: #769183;
}
</style>