Shades of Granny Smith #7F938F
Tints of Granny Smith #7F938F
RGB
CMYK
RGB Variations
Color information
#7F938F (or 0x7F938F) is known color: Granny Smith. HEX triplet: 7F, 93 and 8F. RGB value is (127,147,143). Sum of RGB (Red+Green+Blue) = 127+147+143=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #7F938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F938F is #806C70. Grayscale: #8C8C8C. Windows color (decimal): -8416369 or 9409407. OLE color: 9409407.
HSL color Cylindrical-coordinate representation of color #7F938F: hue angle of 168º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F938F is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 143 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.42 |
| HSL | 168º | 0.08% | 0.54% | - |
| HSV(B) | 168º | 0.14% | 0.58% | - |
| XYZ | 24.14 | 27.36 | 30 | - |
| YUV | 140.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 143 | 0.14 | 0 | 0.03 | 0.42 | 168 | 0.08 | 0.54 |
| Hex | 7F | 93 | 8F | E | 0 | 3 | 2A | A8 | 8 | 36 |
| Octal | 177 | 223 | 217 | 16 | 0 | 3 | 52 | 250 | 10 | 66 |
| Binary | 1111111 | 10010011 | 10001111 | 1110 | 0 | 11 | 101010 | 10101000 | 1000 | 110110 |
Color Harmonies of #7F938F
Complementary color
Monochromatic Colors of #7F938F
Black with #7F938F
Text Example
Text Example
White with #7F938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F938F; }
p { color: rgb(127,147,143); }
H1.HeaderClassName
{
color: #7F938F;
}
.AnyTagClassName
{
color: #7F938F;
}
</style>
background-color css
<style>
a { background-color: #7F938F; }
a { background-color: rgb(127,147,143); }
div.DivClassName
{
background-color: #7F938F;
}
.BgClassName
{
background-color: #7F938F;
}
</style>
border-color css
<style>
span { border-color: #7F938F; }
span { border-color: rgb(127,147,143); }
td.TdClassName
{
border-color: #7F938F;
}
.TagClassName
{
border-color: #7F938F;
}
</style>