Shades of Granny Smith #819B94
Tints of Granny Smith #819B94
RGB
CMYK
RGB Variations
Color information
#819B94 (or 0x819B94) is known color: Granny Smith. HEX triplet: 81, 9B and 94. RGB value is (129,155,148). Sum of RGB (Red+Green+Blue) = 129+155+148=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 155 - color contains mainly: green. Hex color #819B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819B94 is #7E646B. Grayscale: #929292. Windows color (decimal): -8283244 or 9739137. OLE color: 9739137.
HSL color Cylindrical-coordinate representation of color #819B94: hue angle of 163.85º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #819B94 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 155 | 148 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.39 |
| HSL | 163.85º | 0.12% | 0.56% | - |
| HSV(B) | 163.85º | 0.17% | 0.61% | - |
| XYZ | 26.12 | 30.25 | 32.48 | - |
| YUV | 146.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 148 | 0.17 | 0 | 0.05 | 0.39 | 163.85 | 0.12 | 0.56 |
| Hex | 81 | 9B | 94 | 11 | 0 | 5 | 27 | A4 | C | 38 |
| Octal | 201 | 233 | 224 | 21 | 0 | 5 | 47 | 244 | 14 | 70 |
| Binary | 10000001 | 10011011 | 10010100 | 10001 | 0 | 101 | 100111 | 10100100 | 1100 | 111000 |
Color Harmonies of #819B94
Complementary color
Monochromatic Colors of #819B94
Black with #819B94
Text Example
Text Example
White with #819B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819B94; }
p { color: rgb(129,155,148); }
H1.HeaderClassName
{
color: #819B94;
}
.AnyTagClassName
{
color: #819B94;
}
</style>
background-color css
<style>
a { background-color: #819B94; }
a { background-color: rgb(129,155,148); }
div.DivClassName
{
background-color: #819B94;
}
.BgClassName
{
background-color: #819B94;
}
</style>
border-color css
<style>
span { border-color: #819B94; }
span { border-color: rgb(129,155,148); }
td.TdClassName
{
border-color: #819B94;
}
.TagClassName
{
border-color: #819B94;
}
</style>