Shades of Granny Smith #81958E
Tints of Granny Smith #81958E
RGB
CMYK
RGB Variations
Color information
#81958E (or 0x81958E) is known color: Granny Smith. HEX triplet: 81, 95 and 8E. RGB value is (129,149,142). Sum of RGB (Red+Green+Blue) = 129+149+142=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #81958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81958E is #7E6A71. Grayscale: #8E8E8E. Windows color (decimal): -8284786 or 9344385. OLE color: 9344385.
HSL color Cylindrical-coordinate representation of color #81958E: hue angle of 159º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #81958E is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 149 | 142 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.42 |
| HSL | 159º | 0.09% | 0.55% | - |
| HSV(B) | 159º | 0.13% | 0.58% | - |
| XYZ | 24.68 | 28.12 | 29.72 | - |
| YUV | 142.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 142 | 0.13 | 0 | 0.05 | 0.42 | 159 | 0.09 | 0.55 |
| Hex | 81 | 95 | 8E | D | 0 | 5 | 2A | 9F | 9 | 37 |
| Octal | 201 | 225 | 216 | 15 | 0 | 5 | 52 | 237 | 11 | 67 |
| Binary | 10000001 | 10010101 | 10001110 | 1101 | 0 | 101 | 101010 | 10011111 | 1001 | 110111 |
Color Harmonies of #81958E
Complementary color
Monochromatic Colors of #81958E
Black with #81958E
Text Example
Text Example
White with #81958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81958E; }
p { color: rgb(129,149,142); }
H1.HeaderClassName
{
color: #81958E;
}
.AnyTagClassName
{
color: #81958E;
}
</style>
background-color css
<style>
a { background-color: #81958E; }
a { background-color: rgb(129,149,142); }
div.DivClassName
{
background-color: #81958E;
}
.BgClassName
{
background-color: #81958E;
}
</style>
border-color css
<style>
span { border-color: #81958E; }
span { border-color: rgb(129,149,142); }
td.TdClassName
{
border-color: #81958E;
}
.TagClassName
{
border-color: #81958E;
}
</style>