Shades of Granny Smith #6E988A
Tints of Granny Smith #6E988A
RGB
CMYK
RGB Variations
Color information
#6E988A (or 0x6E988A) is known color: Granny Smith. HEX triplet: 6E, 98 and 8A. RGB value is (110,152,138). Sum of RGB (Red+Green+Blue) = 110+152+138=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #6E988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E988A is #916775. Grayscale: #898989. Windows color (decimal): -9529206 or 9082990. OLE color: 9082990.
HSL color Cylindrical-coordinate representation of color #6E988A: hue angle of 160º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E988A is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 138 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.40 |
| HSL | 160º | 0.17% | 0.51% | - |
| HSV(B) | 160º | 0.28% | 0.6% | - |
| XYZ | 22.25 | 27.61 | 28.2 | - |
| YUV | 137.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 138 | 0.28 | 0 | 0.09 | 0.40 | 160 | 0.17 | 0.51 |
| Hex | 6E | 98 | 8A | 1C | 0 | 9 | 28 | A0 | 11 | 33 |
| Octal | 156 | 230 | 212 | 34 | 0 | 11 | 50 | 240 | 21 | 63 |
| Binary | 1101110 | 10011000 | 10001010 | 11100 | 0 | 1001 | 101000 | 10100000 | 10001 | 110011 |
Color Harmonies of #6E988A
Complementary color
Monochromatic Colors of #6E988A
Black with #6E988A
Text Example
Text Example
White with #6E988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E988A; }
p { color: rgb(110,152,138); }
H1.HeaderClassName
{
color: #6E988A;
}
.AnyTagClassName
{
color: #6E988A;
}
</style>
background-color css
<style>
a { background-color: #6E988A; }
a { background-color: rgb(110,152,138); }
div.DivClassName
{
background-color: #6E988A;
}
.BgClassName
{
background-color: #6E988A;
}
</style>
border-color css
<style>
span { border-color: #6E988A; }
span { border-color: rgb(110,152,138); }
td.TdClassName
{
border-color: #6E988A;
}
.TagClassName
{
border-color: #6E988A;
}
</style>