Shades of Granny Smith #81998E
Tints of Granny Smith #81998E
RGB
CMYK
RGB Variations
Color information
#81998E (or 0x81998E) is known color: Granny Smith. HEX triplet: 81, 99 and 8E. RGB value is (129,153,142). Sum of RGB (Red+Green+Blue) = 129+153+142=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #81998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81998E is #7E6671. Grayscale: #909090. Windows color (decimal): -8283762 or 9345409. OLE color: 9345409.
HSL color Cylindrical-coordinate representation of color #81998E: hue angle of 152.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81998E is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 142 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.4 |
| HSL | 152.5º | 0.11% | 0.55% | - |
| HSV(B) | 152.5º | 0.16% | 0.6% | - |
| XYZ | 25.33 | 29.4 | 29.93 | - |
| YUV | 144.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 142 | 0.16 | 0 | 0.07 | 0.4 | 152.5 | 0.11 | 0.55 |
| Hex | 81 | 99 | 8E | 10 | 0 | 7 | 28 | 98 | B | 37 |
| Octal | 201 | 231 | 216 | 20 | 0 | 7 | 50 | 230 | 13 | 67 |
| Binary | 10000001 | 10011001 | 10001110 | 10000 | 0 | 111 | 101000 | 10011000 | 1011 | 110111 |
Color Harmonies of #81998E
Complementary color
Monochromatic Colors of #81998E
Black with #81998E
Text Example
Text Example
White with #81998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81998E; }
p { color: rgb(129,153,142); }
H1.HeaderClassName
{
color: #81998E;
}
.AnyTagClassName
{
color: #81998E;
}
</style>
background-color css
<style>
a { background-color: #81998E; }
a { background-color: rgb(129,153,142); }
div.DivClassName
{
background-color: #81998E;
}
.BgClassName
{
background-color: #81998E;
}
</style>
border-color css
<style>
span { border-color: #81998E; }
span { border-color: rgb(129,153,142); }
td.TdClassName
{
border-color: #81998E;
}
.TagClassName
{
border-color: #81998E;
}
</style>