Shades of Granny Smith #6F9F93
Tints of Granny Smith #6F9F93
RGB
CMYK
RGB Variations
Color information
#6F9F93 (or 0x6F9F93) is known color: Granny Smith. HEX triplet: 6F, 9F and 93. RGB value is (111,159,147). Sum of RGB (Red+Green+Blue) = 111+159+147=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9F93 is #90606C. Grayscale: #8F8F8F. Windows color (decimal): -9461869 or 9674607. OLE color: 9674607.
HSL color Cylindrical-coordinate representation of color #6F9F93: hue angle of 165º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9F93 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 147 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.38 |
| HSL | 165º | 0.2% | 0.53% | - |
| HSV(B) | 165º | 0.3% | 0.62% | - |
| XYZ | 24.22 | 30.28 | 32.17 | - |
| YUV | 143.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 147 | 0.30 | 0 | 0.08 | 0.38 | 165 | 0.2 | 0.53 |
| Hex | 6F | 9F | 93 | 1E | 0 | 8 | 26 | A5 | 14 | 35 |
| Octal | 157 | 237 | 223 | 36 | 0 | 10 | 46 | 245 | 24 | 65 |
| Binary | 1101111 | 10011111 | 10010011 | 11110 | 0 | 1000 | 100110 | 10100101 | 10100 | 110101 |
Color Harmonies of #6F9F93
Complementary color
Monochromatic Colors of #6F9F93
Black with #6F9F93
Text Example
Text Example
White with #6F9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F93; }
p { color: rgb(111,159,147); }
H1.HeaderClassName
{
color: #6F9F93;
}
.AnyTagClassName
{
color: #6F9F93;
}
</style>
background-color css
<style>
a { background-color: #6F9F93; }
a { background-color: rgb(111,159,147); }
div.DivClassName
{
background-color: #6F9F93;
}
.BgClassName
{
background-color: #6F9F93;
}
</style>
border-color css
<style>
span { border-color: #6F9F93; }
span { border-color: rgb(111,159,147); }
td.TdClassName
{
border-color: #6F9F93;
}
.TagClassName
{
border-color: #6F9F93;
}
</style>