Shades of Granny Smith #6F998B
Tints of Granny Smith #6F998B
RGB
CMYK
RGB Variations
Color information
#6F998B (or 0x6F998B) is known color: Granny Smith. HEX triplet: 6F, 99 and 8B. RGB value is (111,153,139). Sum of RGB (Red+Green+Blue) = 111+153+139=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #6F998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F998B is #906674. Grayscale: #8A8A8A. Windows color (decimal): -9463413 or 9148783. OLE color: 9148783.
HSL color Cylindrical-coordinate representation of color #6F998B: hue angle of 160º 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 #6F998B is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 139 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.4 |
| HSL | 160º | 0.17% | 0.52% | - |
| HSV(B) | 160º | 0.27% | 0.6% | - |
| XYZ | 22.61 | 28.03 | 28.64 | - |
| YUV | 138.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 139 | 0.27 | 0 | 0.09 | 0.4 | 160 | 0.17 | 0.52 |
| Hex | 6F | 99 | 8B | 1B | 0 | 9 | 28 | A0 | 11 | 34 |
| Octal | 157 | 231 | 213 | 33 | 0 | 11 | 50 | 240 | 21 | 64 |
| Binary | 1101111 | 10011001 | 10001011 | 11011 | 0 | 1001 | 101000 | 10100000 | 10001 | 110100 |
Color Harmonies of #6F998B
Complementary color
Monochromatic Colors of #6F998B
Black with #6F998B
Text Example
Text Example
White with #6F998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F998B; }
p { color: rgb(111,153,139); }
H1.HeaderClassName
{
color: #6F998B;
}
.AnyTagClassName
{
color: #6F998B;
}
</style>
background-color css
<style>
a { background-color: #6F998B; }
a { background-color: rgb(111,153,139); }
div.DivClassName
{
background-color: #6F998B;
}
.BgClassName
{
background-color: #6F998B;
}
</style>
border-color css
<style>
span { border-color: #6F998B; }
span { border-color: rgb(111,153,139); }
td.TdClassName
{
border-color: #6F998B;
}
.TagClassName
{
border-color: #6F998B;
}
</style>