Shades of Granny Smith #819F94
Tints of Granny Smith #819F94
RGB
CMYK
RGB Variations
Color information
#819F94 (or 0x819F94) is known color: Granny Smith. HEX triplet: 81, 9F and 94. RGB value is (129,159,148). Sum of RGB (Red+Green+Blue) = 129+159+148=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #819F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819F94 is #7E606B. Grayscale: #949494. Windows color (decimal): -8282220 or 9740161. OLE color: 9740161.
HSL color Cylindrical-coordinate representation of color #819F94: hue angle of 158º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #819F94 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 148 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.38 |
| HSL | 158º | 0.14% | 0.56% | - |
| HSV(B) | 158º | 0.19% | 0.62% | - |
| XYZ | 26.8 | 31.6 | 32.7 | - |
| YUV | 148.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 148 | 0.19 | 0 | 0.07 | 0.38 | 158 | 0.14 | 0.56 |
| Hex | 81 | 9F | 94 | 13 | 0 | 7 | 26 | 9E | E | 38 |
| Octal | 201 | 237 | 224 | 23 | 0 | 7 | 46 | 236 | 16 | 70 |
| Binary | 10000001 | 10011111 | 10010100 | 10011 | 0 | 111 | 100110 | 10011110 | 1110 | 111000 |
Color Harmonies of #819F94
Complementary color
Monochromatic Colors of #819F94
Black with #819F94
Text Example
Text Example
White with #819F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F94; }
p { color: rgb(129,159,148); }
H1.HeaderClassName
{
color: #819F94;
}
.AnyTagClassName
{
color: #819F94;
}
</style>
background-color css
<style>
a { background-color: #819F94; }
a { background-color: rgb(129,159,148); }
div.DivClassName
{
background-color: #819F94;
}
.BgClassName
{
background-color: #819F94;
}
</style>
border-color css
<style>
span { border-color: #819F94; }
span { border-color: rgb(129,159,148); }
td.TdClassName
{
border-color: #819F94;
}
.TagClassName
{
border-color: #819F94;
}
</style>