Shades of Granny Smith #6F9887
Tints of Granny Smith #6F9887
RGB
CMYK
RGB Variations
Color information
#6F9887 (or 0x6F9887) is known color: Granny Smith. HEX triplet: 6F, 98 and 87. RGB value is (111,152,135). Sum of RGB (Red+Green+Blue) = 111+152+135=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9887 is #906778. Grayscale: #898989. Windows color (decimal): -9463673 or 8886383. OLE color: 8886383.
HSL color Cylindrical-coordinate representation of color #6F9887: hue angle of 155.12º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9887 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 152 | 135 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.40 |
| HSL | 155.12º | 0.17% | 0.52% | - |
| HSV(B) | 155.12º | 0.27% | 0.6% | - |
| XYZ | 22.16 | 27.59 | 27.08 | - |
| YUV | 137.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 135 | 0.27 | 0 | 0.11 | 0.40 | 155.12 | 0.17 | 0.52 |
| Hex | 6F | 98 | 87 | 1B | 0 | B | 28 | 9B | 11 | 34 |
| Octal | 157 | 230 | 207 | 33 | 0 | 13 | 50 | 233 | 21 | 64 |
| Binary | 1101111 | 10011000 | 10000111 | 11011 | 0 | 1011 | 101000 | 10011011 | 10001 | 110100 |
Color Harmonies of #6F9887
Complementary color
Monochromatic Colors of #6F9887
Black with #6F9887
Text Example
Text Example
White with #6F9887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9887; }
p { color: rgb(111,152,135); }
H1.HeaderClassName
{
color: #6F9887;
}
.AnyTagClassName
{
color: #6F9887;
}
</style>
background-color css
<style>
a { background-color: #6F9887; }
a { background-color: rgb(111,152,135); }
div.DivClassName
{
background-color: #6F9887;
}
.BgClassName
{
background-color: #6F9887;
}
</style>
border-color css
<style>
span { border-color: #6F9887; }
span { border-color: rgb(111,152,135); }
td.TdClassName
{
border-color: #6F9887;
}
.TagClassName
{
border-color: #6F9887;
}
</style>