Shades of Granny Smith #81988B
Tints of Granny Smith #81988B
RGB
CMYK
RGB Variations
Color information
#81988B (or 0x81988B) is known color: Granny Smith. HEX triplet: 81, 98 and 8B. RGB value is (129,152,139). Sum of RGB (Red+Green+Blue) = 129+152+139=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #81988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81988B is #7E6774. Grayscale: #8F8F8F. Windows color (decimal): -8284021 or 9148545. OLE color: 9148545.
HSL color Cylindrical-coordinate representation of color #81988B: hue angle of 146.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #81988B is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 152 | 139 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.40 |
| HSL | 146.09º | 0.1% | 0.55% | - |
| HSV(B) | 146.09º | 0.15% | 0.6% | - |
| XYZ | 24.94 | 28.99 | 28.71 | - |
| YUV | 143.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 139 | 0.15 | 0 | 0.09 | 0.40 | 146.09 | 0.1 | 0.55 |
| Hex | 81 | 98 | 8B | F | 0 | 9 | 28 | 92 | A | 37 |
| Octal | 201 | 230 | 213 | 17 | 0 | 11 | 50 | 222 | 12 | 67 |
| Binary | 10000001 | 10011000 | 10001011 | 1111 | 0 | 1001 | 101000 | 10010010 | 1010 | 110111 |
Color Harmonies of #81988B
Complementary color
Monochromatic Colors of #81988B
Black with #81988B
Text Example
Text Example
White with #81988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81988B; }
p { color: rgb(129,152,139); }
H1.HeaderClassName
{
color: #81988B;
}
.AnyTagClassName
{
color: #81988B;
}
</style>
background-color css
<style>
a { background-color: #81988B; }
a { background-color: rgb(129,152,139); }
div.DivClassName
{
background-color: #81988B;
}
.BgClassName
{
background-color: #81988B;
}
</style>
border-color css
<style>
span { border-color: #81988B; }
span { border-color: rgb(129,152,139); }
td.TdClassName
{
border-color: #81988B;
}
.TagClassName
{
border-color: #81988B;
}
</style>