Shades of Granny Smith #81938B
Tints of Granny Smith #81938B
RGB
CMYK
RGB Variations
Color information
#81938B (or 0x81938B) is known color: Granny Smith. HEX triplet: 81, 93 and 8B. RGB value is (129,147,139). Sum of RGB (Red+Green+Blue) = 129+147+139=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #81938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81938B is #7E6C74. Grayscale: #8C8C8C. Windows color (decimal): -8285301 or 9147265. OLE color: 9147265.
HSL color Cylindrical-coordinate representation of color #81938B: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #81938B is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 147 | 139 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.42 |
| HSL | 153.33º | 0.08% | 0.54% | - |
| HSV(B) | 153.33º | 0.12% | 0.58% | - |
| XYZ | 24.15 | 27.4 | 28.44 | - |
| YUV | 140.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 139 | 0.12 | 0 | 0.05 | 0.42 | 153.33 | 0.08 | 0.54 |
| Hex | 81 | 93 | 8B | C | 0 | 5 | 2A | 99 | 8 | 36 |
| Octal | 201 | 223 | 213 | 14 | 0 | 5 | 52 | 231 | 10 | 66 |
| Binary | 10000001 | 10010011 | 10001011 | 1100 | 0 | 101 | 101010 | 10011001 | 1000 | 110110 |
Color Harmonies of #81938B
Complementary color
Monochromatic Colors of #81938B
Black with #81938B
Text Example
Text Example
White with #81938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81938B; }
p { color: rgb(129,147,139); }
H1.HeaderClassName
{
color: #81938B;
}
.AnyTagClassName
{
color: #81938B;
}
</style>
background-color css
<style>
a { background-color: #81938B; }
a { background-color: rgb(129,147,139); }
div.DivClassName
{
background-color: #81938B;
}
.BgClassName
{
background-color: #81938B;
}
</style>
border-color css
<style>
span { border-color: #81938B; }
span { border-color: rgb(129,147,139); }
td.TdClassName
{
border-color: #81938B;
}
.TagClassName
{
border-color: #81938B;
}
</style>