Shades of Granny Smith #6E9B8A
Tints of Granny Smith #6E9B8A
RGB
CMYK
RGB Variations
Color information
#6E9B8A (or 0x6E9B8A) is known color: Granny Smith. HEX triplet: 6E, 9B and 8A. RGB value is (110,155,138). Sum of RGB (Red+Green+Blue) = 110+155+138=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9B8A is #916475. Grayscale: #8B8B8B. Windows color (decimal): -9528438 or 9083758. OLE color: 9083758.
HSL color Cylindrical-coordinate representation of color #6E9B8A: hue angle of 157.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9B8A is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 155 | 138 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.39 |
| HSL | 157.33º | 0.18% | 0.52% | - |
| HSV(B) | 157.33º | 0.29% | 0.61% | - |
| XYZ | 22.74 | 28.59 | 28.37 | - |
| YUV | 139.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 155 | 138 | 0.29 | 0 | 0.11 | 0.39 | 157.33 | 0.18 | 0.52 |
| Hex | 6E | 9B | 8A | 1D | 0 | B | 27 | 9D | 12 | 34 |
| Octal | 156 | 233 | 212 | 35 | 0 | 13 | 47 | 235 | 22 | 64 |
| Binary | 1101110 | 10011011 | 10001010 | 11101 | 0 | 1011 | 100111 | 10011101 | 10010 | 110100 |
Color Harmonies of #6E9B8A
Complementary color
Monochromatic Colors of #6E9B8A
Black with #6E9B8A
Text Example
Text Example
White with #6E9B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9B8A; }
p { color: rgb(110,155,138); }
H1.HeaderClassName
{
color: #6E9B8A;
}
.AnyTagClassName
{
color: #6E9B8A;
}
</style>
background-color css
<style>
a { background-color: #6E9B8A; }
a { background-color: rgb(110,155,138); }
div.DivClassName
{
background-color: #6E9B8A;
}
.BgClassName
{
background-color: #6E9B8A;
}
</style>
border-color css
<style>
span { border-color: #6E9B8A; }
span { border-color: rgb(110,155,138); }
td.TdClassName
{
border-color: #6E9B8A;
}
.TagClassName
{
border-color: #6E9B8A;
}
</style>