Shades of Granny Smith #72968C
Tints of Granny Smith #72968C
RGB
CMYK
RGB Variations
Color information
#72968C (or 0x72968C) is known color: Granny Smith. HEX triplet: 72, 96 and 8C. RGB value is (114,150,140). Sum of RGB (Red+Green+Blue) = 114+150+140=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #72968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72968C is #8D6973. Grayscale: #8A8A8A. Windows color (decimal): -9267572 or 9213554. OLE color: 9213554.
HSL color Cylindrical-coordinate representation of color #72968C: hue angle of 163.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72968C is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 140 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.41 |
| HSL | 163.33º | 0.15% | 0.52% | - |
| HSV(B) | 163.33º | 0.24% | 0.59% | - |
| XYZ | 22.58 | 27.28 | 28.89 | - |
| YUV | 138.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 140 | 0.24 | 0 | 0.07 | 0.41 | 163.33 | 0.15 | 0.52 |
| Hex | 72 | 96 | 8C | 18 | 0 | 7 | 29 | A3 | F | 34 |
| Octal | 162 | 226 | 214 | 30 | 0 | 7 | 51 | 243 | 17 | 64 |
| Binary | 1110010 | 10010110 | 10001100 | 11000 | 0 | 111 | 101001 | 10100011 | 1111 | 110100 |
Color Harmonies of #72968C
Complementary color
Monochromatic Colors of #72968C
Black with #72968C
Text Example
Text Example
White with #72968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72968C; }
p { color: rgb(114,150,140); }
H1.HeaderClassName
{
color: #72968C;
}
.AnyTagClassName
{
color: #72968C;
}
</style>
background-color css
<style>
a { background-color: #72968C; }
a { background-color: rgb(114,150,140); }
div.DivClassName
{
background-color: #72968C;
}
.BgClassName
{
background-color: #72968C;
}
</style>
border-color css
<style>
span { border-color: #72968C; }
span { border-color: rgb(114,150,140); }
td.TdClassName
{
border-color: #72968C;
}
.TagClassName
{
border-color: #72968C;
}
</style>