Shades of Granny Smith #7DA098
Tints of Granny Smith #7DA098
RGB
CMYK
RGB Variations
Color information
#7DA098 (or 0x7DA098) is known color: Granny Smith. HEX triplet: 7D, A0 and 98. RGB value is (125,160,152). Sum of RGB (Red+Green+Blue) = 125+160+152=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA098 is #825F67. Grayscale: #949494. Windows color (decimal): -8544104 or 10002557. OLE color: 10002557.
HSL color Cylindrical-coordinate representation of color #7DA098: hue angle of 166.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7DA098 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 152 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.37 |
| HSL | 166.29º | 0.16% | 0.56% | - |
| HSV(B) | 166.29º | 0.22% | 0.63% | - |
| XYZ | 26.7 | 31.77 | 34.43 | - |
| YUV | 148.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 152 | 0.22 | 0 | 0.05 | 0.37 | 166.29 | 0.16 | 0.56 |
| Hex | 7D | A0 | 98 | 16 | 0 | 5 | 25 | A6 | 10 | 38 |
| Octal | 175 | 240 | 230 | 26 | 0 | 5 | 45 | 246 | 20 | 70 |
| Binary | 1111101 | 10100000 | 10011000 | 10110 | 0 | 101 | 100101 | 10100110 | 10000 | 111000 |
Color Harmonies of #7DA098
Complementary color
Monochromatic Colors of #7DA098
Black with #7DA098
Text Example
Text Example
White with #7DA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA098; }
p { color: rgb(125,160,152); }
H1.HeaderClassName
{
color: #7DA098;
}
.AnyTagClassName
{
color: #7DA098;
}
</style>
background-color css
<style>
a { background-color: #7DA098; }
a { background-color: rgb(125,160,152); }
div.DivClassName
{
background-color: #7DA098;
}
.BgClassName
{
background-color: #7DA098;
}
</style>
border-color css
<style>
span { border-color: #7DA098; }
span { border-color: rgb(125,160,152); }
td.TdClassName
{
border-color: #7DA098;
}
.TagClassName
{
border-color: #7DA098;
}
</style>