Shades of Granny Smith #6D9D8B
Tints of Granny Smith #6D9D8B
RGB
CMYK
RGB Variations
Color information
#6D9D8B (or 0x6D9D8B) is known color: Granny Smith. HEX triplet: 6D, 9D and 8B. RGB value is (109,157,139). Sum of RGB (Red+Green+Blue) = 109+157+139=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9D8B is #926274. Grayscale: #8C8C8C. Windows color (decimal): -9593461 or 9149805. OLE color: 9149805.
HSL color Cylindrical-coordinate representation of color #6D9D8B: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9D8B is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 157 | 139 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.38 |
| HSL | 157.5º | 0.2% | 0.52% | - |
| HSV(B) | 157.5º | 0.31% | 0.62% | - |
| XYZ | 23.02 | 29.23 | 28.85 | - |
| YUV | 140.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 139 | 0.31 | 0 | 0.11 | 0.38 | 157.5 | 0.2 | 0.52 |
| Hex | 6D | 9D | 8B | 1F | 0 | B | 26 | 9E | 14 | 34 |
| Octal | 155 | 235 | 213 | 37 | 0 | 13 | 46 | 236 | 24 | 64 |
| Binary | 1101101 | 10011101 | 10001011 | 11111 | 0 | 1011 | 100110 | 10011110 | 10100 | 110100 |
Color Harmonies of #6D9D8B
Complementary color
Monochromatic Colors of #6D9D8B
Black with #6D9D8B
Text Example
Text Example
White with #6D9D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9D8B; }
p { color: rgb(109,157,139); }
H1.HeaderClassName
{
color: #6D9D8B;
}
.AnyTagClassName
{
color: #6D9D8B;
}
</style>
background-color css
<style>
a { background-color: #6D9D8B; }
a { background-color: rgb(109,157,139); }
div.DivClassName
{
background-color: #6D9D8B;
}
.BgClassName
{
background-color: #6D9D8B;
}
</style>
border-color css
<style>
span { border-color: #6D9D8B; }
span { border-color: rgb(109,157,139); }
td.TdClassName
{
border-color: #6D9D8B;
}
.TagClassName
{
border-color: #6D9D8B;
}
</style>