Shades of Granny Smith #81948B
Tints of Granny Smith #81948B
RGB
CMYK
RGB Variations
Color information
#81948B (or 0x81948B) is known color: Granny Smith. HEX triplet: 81, 94 and 8B. RGB value is (129,148,139). Sum of RGB (Red+Green+Blue) = 129+148+139=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #81948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81948B is #7E6B74. Grayscale: #8D8D8D. Windows color (decimal): -8285045 or 9147521. OLE color: 9147521.
HSL color Cylindrical-coordinate representation of color #81948B: hue angle of 151.58º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #81948B is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 148 | 139 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.42 |
| HSL | 151.58º | 0.08% | 0.54% | - |
| HSV(B) | 151.58º | 0.13% | 0.58% | - |
| XYZ | 24.3 | 27.71 | 28.49 | - |
| YUV | 141.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 139 | 0.13 | 0 | 0.06 | 0.42 | 151.58 | 0.08 | 0.54 |
| Hex | 81 | 94 | 8B | D | 0 | 6 | 2A | 98 | 8 | 36 |
| Octal | 201 | 224 | 213 | 15 | 0 | 6 | 52 | 230 | 10 | 66 |
| Binary | 10000001 | 10010100 | 10001011 | 1101 | 0 | 110 | 101010 | 10011000 | 1000 | 110110 |
Color Harmonies of #81948B
Complementary color
Monochromatic Colors of #81948B
Black with #81948B
Text Example
Text Example
White with #81948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81948B; }
p { color: rgb(129,148,139); }
H1.HeaderClassName
{
color: #81948B;
}
.AnyTagClassName
{
color: #81948B;
}
</style>
background-color css
<style>
a { background-color: #81948B; }
a { background-color: rgb(129,148,139); }
div.DivClassName
{
background-color: #81948B;
}
.BgClassName
{
background-color: #81948B;
}
</style>
border-color css
<style>
span { border-color: #81948B; }
span { border-color: rgb(129,148,139); }
td.TdClassName
{
border-color: #81948B;
}
.TagClassName
{
border-color: #81948B;
}
</style>