Shades of Granny Smith #7D9F92
Tints of Granny Smith #7D9F92
RGB
CMYK
RGB Variations
Color information
#7D9F92 (or 0x7D9F92) is known color: Granny Smith. HEX triplet: 7D, 9F and 92. RGB value is (125,159,146). Sum of RGB (Red+Green+Blue) = 125+159+146=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9F92 is #82606D. Grayscale: #939393. Windows color (decimal): -8544366 or 9609085. OLE color: 9609085.
HSL color Cylindrical-coordinate representation of color #7D9F92: hue angle of 157.06º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D9F92 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 159 | 146 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.38 |
| HSL | 157.06º | 0.15% | 0.56% | - |
| HSV(B) | 157.06º | 0.21% | 0.62% | - |
| XYZ | 26.04 | 31.23 | 31.85 | - |
| YUV | 147.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 146 | 0.21 | 0 | 0.08 | 0.38 | 157.06 | 0.15 | 0.56 |
| Hex | 7D | 9F | 92 | 15 | 0 | 8 | 26 | 9D | F | 38 |
| Octal | 175 | 237 | 222 | 25 | 0 | 10 | 46 | 235 | 17 | 70 |
| Binary | 1111101 | 10011111 | 10010010 | 10101 | 0 | 1000 | 100110 | 10011101 | 1111 | 111000 |
Color Harmonies of #7D9F92
Complementary color
Monochromatic Colors of #7D9F92
Black with #7D9F92
Text Example
Text Example
White with #7D9F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9F92; }
p { color: rgb(125,159,146); }
H1.HeaderClassName
{
color: #7D9F92;
}
.AnyTagClassName
{
color: #7D9F92;
}
</style>
background-color css
<style>
a { background-color: #7D9F92; }
a { background-color: rgb(125,159,146); }
div.DivClassName
{
background-color: #7D9F92;
}
.BgClassName
{
background-color: #7D9F92;
}
</style>
border-color css
<style>
span { border-color: #7D9F92; }
span { border-color: rgb(125,159,146); }
td.TdClassName
{
border-color: #7D9F92;
}
.TagClassName
{
border-color: #7D9F92;
}
</style>