Shades of Granny Smith #73968C
Tints of Granny Smith #73968C
RGB
CMYK
RGB Variations
Color information
#73968C (or 0x73968C) is known color: Granny Smith. HEX triplet: 73, 96 and 8C. RGB value is (115,150,140). Sum of RGB (Red+Green+Blue) = 115+150+140=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #73968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73968C is #8C6973. Grayscale: #8A8A8A. Windows color (decimal): -9202036 or 9213555. OLE color: 9213555.
HSL color Cylindrical-coordinate representation of color #73968C: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73968C is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 150 | 140 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.41 |
| HSL | 162.86º | 0.14% | 0.52% | - |
| HSV(B) | 162.86º | 0.23% | 0.59% | - |
| XYZ | 22.71 | 27.35 | 28.89 | - |
| YUV | 138.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 140 | 0.23 | 0 | 0.07 | 0.41 | 162.86 | 0.14 | 0.52 |
| Hex | 73 | 96 | 8C | 17 | 0 | 7 | 29 | A3 | E | 34 |
| Octal | 163 | 226 | 214 | 27 | 0 | 7 | 51 | 243 | 16 | 64 |
| Binary | 1110011 | 10010110 | 10001100 | 10111 | 0 | 111 | 101001 | 10100011 | 1110 | 110100 |
Color Harmonies of #73968C
Complementary color
Monochromatic Colors of #73968C
Black with #73968C
Text Example
Text Example
White with #73968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73968C; }
p { color: rgb(115,150,140); }
H1.HeaderClassName
{
color: #73968C;
}
.AnyTagClassName
{
color: #73968C;
}
</style>
background-color css
<style>
a { background-color: #73968C; }
a { background-color: rgb(115,150,140); }
div.DivClassName
{
background-color: #73968C;
}
.BgClassName
{
background-color: #73968C;
}
</style>
border-color css
<style>
span { border-color: #73968C; }
span { border-color: rgb(115,150,140); }
td.TdClassName
{
border-color: #73968C;
}
.TagClassName
{
border-color: #73968C;
}
</style>