Shades of Granny Smith #6F9B8A
Tints of Granny Smith #6F9B8A
RGB
CMYK
RGB Variations
Color information
#6F9B8A (or 0x6F9B8A) is known color: Granny Smith. HEX triplet: 6F, 9B and 8A. RGB value is (111,155,138). Sum of RGB (Red+Green+Blue) = 111+155+138=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #6F9B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9B8A is #906475. Grayscale: #8B8B8B. Windows color (decimal): -9462902 or 9083759. OLE color: 9083759.
HSL color Cylindrical-coordinate representation of color #6F9B8A: hue angle of 156.82º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F9B8A is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 155 | 138 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.39 |
| HSL | 156.82º | 0.18% | 0.52% | - |
| HSV(B) | 156.82º | 0.28% | 0.61% | - |
| XYZ | 22.86 | 28.66 | 28.37 | - |
| YUV | 139.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 138 | 0.28 | 0 | 0.11 | 0.39 | 156.82 | 0.18 | 0.52 |
| Hex | 6F | 9B | 8A | 1C | 0 | B | 27 | 9D | 12 | 34 |
| Octal | 157 | 233 | 212 | 34 | 0 | 13 | 47 | 235 | 22 | 64 |
| Binary | 1101111 | 10011011 | 10001010 | 11100 | 0 | 1011 | 100111 | 10011101 | 10010 | 110100 |
Color Harmonies of #6F9B8A
Complementary color
Monochromatic Colors of #6F9B8A
Black with #6F9B8A
Text Example
Text Example
White with #6F9B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9B8A; }
p { color: rgb(111,155,138); }
H1.HeaderClassName
{
color: #6F9B8A;
}
.AnyTagClassName
{
color: #6F9B8A;
}
</style>
background-color css
<style>
a { background-color: #6F9B8A; }
a { background-color: rgb(111,155,138); }
div.DivClassName
{
background-color: #6F9B8A;
}
.BgClassName
{
background-color: #6F9B8A;
}
</style>
border-color css
<style>
span { border-color: #6F9B8A; }
span { border-color: rgb(111,155,138); }
td.TdClassName
{
border-color: #6F9B8A;
}
.TagClassName
{
border-color: #6F9B8A;
}
</style>