Shades of Granny Smith #819C8E
Tints of Granny Smith #819C8E
RGB
CMYK
RGB Variations
Color information
#819C8E (or 0x819C8E) is known color: Granny Smith. HEX triplet: 81, 9C and 8E. RGB value is (129,156,142). Sum of RGB (Red+Green+Blue) = 129+156+142=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #819C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819C8E is #7E6371. Grayscale: #929292. Windows color (decimal): -8282994 or 9346177. OLE color: 9346177.
HSL color Cylindrical-coordinate representation of color #819C8E: hue angle of 148.89º 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 #819C8E is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 142 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.39 |
| HSL | 148.89º | 0.12% | 0.56% | - |
| HSV(B) | 148.89º | 0.17% | 0.61% | - |
| XYZ | 25.82 | 30.4 | 30.1 | - |
| YUV | 146.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 142 | 0.17 | 0 | 0.09 | 0.39 | 148.89 | 0.12 | 0.56 |
| Hex | 81 | 9C | 8E | 11 | 0 | 9 | 27 | 95 | C | 38 |
| Octal | 201 | 234 | 216 | 21 | 0 | 11 | 47 | 225 | 14 | 70 |
| Binary | 10000001 | 10011100 | 10001110 | 10001 | 0 | 1001 | 100111 | 10010101 | 1100 | 111000 |
Color Harmonies of #819C8E
Complementary color
Monochromatic Colors of #819C8E
Black with #819C8E
Text Example
Text Example
White with #819C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C8E; }
p { color: rgb(129,156,142); }
H1.HeaderClassName
{
color: #819C8E;
}
.AnyTagClassName
{
color: #819C8E;
}
</style>
background-color css
<style>
a { background-color: #819C8E; }
a { background-color: rgb(129,156,142); }
div.DivClassName
{
background-color: #819C8E;
}
.BgClassName
{
background-color: #819C8E;
}
</style>
border-color css
<style>
span { border-color: #819C8E; }
span { border-color: rgb(129,156,142); }
td.TdClassName
{
border-color: #819C8E;
}
.TagClassName
{
border-color: #819C8E;
}
</style>