Shades of Granny Smith #6F998D
Tints of Granny Smith #6F998D
RGB
CMYK
RGB Variations
Color information
#6F998D (or 0x6F998D) is known color: Granny Smith. HEX triplet: 6F, 99 and 8D. RGB value is (111,153,141). Sum of RGB (Red+Green+Blue) = 111+153+141=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #6F998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F998D is #906672. Grayscale: #8B8B8B. Windows color (decimal): -9463411 or 9279855. OLE color: 9279855.
HSL color Cylindrical-coordinate representation of color #6F998D: hue angle of 162.86º 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 #6F998D is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 141 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.4 |
| HSL | 162.86º | 0.17% | 0.52% | - |
| HSV(B) | 162.86º | 0.27% | 0.6% | - |
| XYZ | 22.75 | 28.09 | 29.42 | - |
| YUV | 139.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 141 | 0.27 | 0 | 0.08 | 0.4 | 162.86 | 0.17 | 0.52 |
| Hex | 6F | 99 | 8D | 1B | 0 | 8 | 28 | A3 | 11 | 34 |
| Octal | 157 | 231 | 215 | 33 | 0 | 10 | 50 | 243 | 21 | 64 |
| Binary | 1101111 | 10011001 | 10001101 | 11011 | 0 | 1000 | 101000 | 10100011 | 10001 | 110100 |
Color Harmonies of #6F998D
Complementary color
Monochromatic Colors of #6F998D
Black with #6F998D
Text Example
Text Example
White with #6F998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F998D; }
p { color: rgb(111,153,141); }
H1.HeaderClassName
{
color: #6F998D;
}
.AnyTagClassName
{
color: #6F998D;
}
</style>
background-color css
<style>
a { background-color: #6F998D; }
a { background-color: rgb(111,153,141); }
div.DivClassName
{
background-color: #6F998D;
}
.BgClassName
{
background-color: #6F998D;
}
</style>
border-color css
<style>
span { border-color: #6F998D; }
span { border-color: rgb(111,153,141); }
td.TdClassName
{
border-color: #6F998D;
}
.TagClassName
{
border-color: #6F998D;
}
</style>