Shades of Granny Smith #818C87
Tints of Granny Smith #818C87
RGB
CMYK
RGB Variations
Color information
#818C87 (or 0x818C87) is known color: Granny Smith. HEX triplet: 81, 8C and 87. RGB value is (129,140,135). Sum of RGB (Red+Green+Blue) = 129+140+135=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 140 - color contains mainly: green. Hex color #818C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C87 is #7E7378. Grayscale: #888888. Windows color (decimal): -8287097 or 8883329. OLE color: 8883329.
HSL color Cylindrical-coordinate representation of color #818C87: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #818C87 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 140 | 135 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.45 |
| HSL | 152.73º | 0.05% | 0.53% | - |
| HSV(B) | 152.73º | 0.08% | 0.55% | - |
| XYZ | 22.8 | 25.17 | 26.58 | - |
| YUV | 136.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 135 | 0.08 | 0 | 0.04 | 0.45 | 152.73 | 0.05 | 0.53 |
| Hex | 81 | 8C | 87 | 8 | 0 | 4 | 2D | 99 | 5 | 35 |
| Octal | 201 | 214 | 207 | 10 | 0 | 4 | 55 | 231 | 5 | 65 |
| Binary | 10000001 | 10001100 | 10000111 | 1000 | 0 | 100 | 101101 | 10011001 | 101 | 110101 |
Color Harmonies of #818C87
Complementary color
Monochromatic Colors of #818C87
Black with #818C87
Text Example
Text Example
White with #818C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C87; }
p { color: rgb(129,140,135); }
H1.HeaderClassName
{
color: #818C87;
}
.AnyTagClassName
{
color: #818C87;
}
</style>
background-color css
<style>
a { background-color: #818C87; }
a { background-color: rgb(129,140,135); }
div.DivClassName
{
background-color: #818C87;
}
.BgClassName
{
background-color: #818C87;
}
</style>
border-color css
<style>
span { border-color: #818C87; }
span { border-color: rgb(129,140,135); }
td.TdClassName
{
border-color: #818C87;
}
.TagClassName
{
border-color: #818C87;
}
</style>