Shades of Granny Smith #6D9B8C
Tints of Granny Smith #6D9B8C
RGB
CMYK
RGB Variations
Color information
#6D9B8C (or 0x6D9B8C) is known color: Granny Smith. HEX triplet: 6D, 9B and 8C. RGB value is (109,155,140). Sum of RGB (Red+Green+Blue) = 109+155+140=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #6D9B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9B8C is #926473. Grayscale: #8B8B8B. Windows color (decimal): -9593972 or 9214829. OLE color: 9214829.
HSL color Cylindrical-coordinate representation of color #6D9B8C: hue angle of 160.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9B8C is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 155 | 140 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.39 |
| HSL | 160.43º | 0.19% | 0.52% | - |
| HSV(B) | 160.43º | 0.3% | 0.61% | - |
| XYZ | 22.76 | 28.59 | 29.13 | - |
| YUV | 139.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 155 | 140 | 0.30 | 0 | 0.10 | 0.39 | 160.43 | 0.19 | 0.52 |
| Hex | 6D | 9B | 8C | 1E | 0 | A | 27 | A0 | 13 | 34 |
| Octal | 155 | 233 | 214 | 36 | 0 | 12 | 47 | 240 | 23 | 64 |
| Binary | 1101101 | 10011011 | 10001100 | 11110 | 0 | 1010 | 100111 | 10100000 | 10011 | 110100 |
Color Harmonies of #6D9B8C
Complementary color
Monochromatic Colors of #6D9B8C
Black with #6D9B8C
Text Example
Text Example
White with #6D9B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9B8C; }
p { color: rgb(109,155,140); }
H1.HeaderClassName
{
color: #6D9B8C;
}
.AnyTagClassName
{
color: #6D9B8C;
}
</style>
background-color css
<style>
a { background-color: #6D9B8C; }
a { background-color: rgb(109,155,140); }
div.DivClassName
{
background-color: #6D9B8C;
}
.BgClassName
{
background-color: #6D9B8C;
}
</style>
border-color css
<style>
span { border-color: #6D9B8C; }
span { border-color: rgb(109,155,140); }
td.TdClassName
{
border-color: #6D9B8C;
}
.TagClassName
{
border-color: #6D9B8C;
}
</style>