Shades of Granny Smith #6F9388
Tints of Granny Smith #6F9388
RGB
CMYK
RGB Variations
Color information
#6F9388 (or 0x6F9388) is known color: Granny Smith. HEX triplet: 6F, 93 and 88. RGB value is (111,147,136). Sum of RGB (Red+Green+Blue) = 111+147+136=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9388 is #906C77. Grayscale: #868686. Windows color (decimal): -9464952 or 8950639. OLE color: 8950639.
HSL color Cylindrical-coordinate representation of color #6F9388: hue angle of 161.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9388 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 136 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.42 |
| HSL | 161.67º | 0.14% | 0.51% | - |
| HSV(B) | 161.67º | 0.24% | 0.58% | - |
| XYZ | 21.43 | 26.02 | 27.19 | - |
| YUV | 134.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 136 | 0.24 | 0 | 0.07 | 0.42 | 161.67 | 0.14 | 0.51 |
| Hex | 6F | 93 | 88 | 18 | 0 | 7 | 2A | A2 | E | 33 |
| Octal | 157 | 223 | 210 | 30 | 0 | 7 | 52 | 242 | 16 | 63 |
| Binary | 1101111 | 10010011 | 10001000 | 11000 | 0 | 111 | 101010 | 10100010 | 1110 | 110011 |
Color Harmonies of #6F9388
Complementary color
Monochromatic Colors of #6F9388
Black with #6F9388
Text Example
Text Example
White with #6F9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9388; }
p { color: rgb(111,147,136); }
H1.HeaderClassName
{
color: #6F9388;
}
.AnyTagClassName
{
color: #6F9388;
}
</style>
background-color css
<style>
a { background-color: #6F9388; }
a { background-color: rgb(111,147,136); }
div.DivClassName
{
background-color: #6F9388;
}
.BgClassName
{
background-color: #6F9388;
}
</style>
border-color css
<style>
span { border-color: #6F9388; }
span { border-color: rgb(111,147,136); }
td.TdClassName
{
border-color: #6F9388;
}
.TagClassName
{
border-color: #6F9388;
}
</style>