Shades of Granny Smith #7CA099
Tints of Granny Smith #7CA099
RGB
CMYK
RGB Variations
Color information
#7CA099 (or 0x7CA099) is known color: Granny Smith. HEX triplet: 7C, A0 and 99. RGB value is (124,160,153). Sum of RGB (Red+Green+Blue) = 124+160+153=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA099 is #835F66. Grayscale: #949494. Windows color (decimal): -8609639 or 10068092. OLE color: 10068092.
HSL color Cylindrical-coordinate representation of color #7CA099: hue angle of 168.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA099 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 153 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.37 |
| HSL | 168.33º | 0.16% | 0.56% | - |
| HSV(B) | 168.33º | 0.23% | 0.63% | - |
| XYZ | 26.63 | 31.73 | 34.86 | - |
| YUV | 148.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 153 | 0.22 | 0 | 0.04 | 0.37 | 168.33 | 0.16 | 0.56 |
| Hex | 7C | A0 | 99 | 16 | 0 | 4 | 25 | A8 | 10 | 38 |
| Octal | 174 | 240 | 231 | 26 | 0 | 4 | 45 | 250 | 20 | 70 |
| Binary | 1111100 | 10100000 | 10011001 | 10110 | 0 | 100 | 100101 | 10101000 | 10000 | 111000 |
Color Harmonies of #7CA099
Complementary color
Monochromatic Colors of #7CA099
Black with #7CA099
Text Example
Text Example
White with #7CA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA099; }
p { color: rgb(124,160,153); }
H1.HeaderClassName
{
color: #7CA099;
}
.AnyTagClassName
{
color: #7CA099;
}
</style>
background-color css
<style>
a { background-color: #7CA099; }
a { background-color: rgb(124,160,153); }
div.DivClassName
{
background-color: #7CA099;
}
.BgClassName
{
background-color: #7CA099;
}
</style>
border-color css
<style>
span { border-color: #7CA099; }
span { border-color: rgb(124,160,153); }
td.TdClassName
{
border-color: #7CA099;
}
.TagClassName
{
border-color: #7CA099;
}
</style>