Shades of Granny Smith #819B8E
Tints of Granny Smith #819B8E
RGB
CMYK
RGB Variations
Color information
#819B8E (or 0x819B8E) is known color: Granny Smith. HEX triplet: 81, 9B and 8E. RGB value is (129,155,142). Sum of RGB (Red+Green+Blue) = 129+155+142=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #819B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819B8E is #7E6471. Grayscale: #919191. Windows color (decimal): -8283250 or 9345921. OLE color: 9345921.
HSL color Cylindrical-coordinate representation of color #819B8E: hue angle of 150º 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 #819B8E is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 155 | 142 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.39 |
| HSL | 150º | 0.12% | 0.56% | - |
| HSV(B) | 150º | 0.17% | 0.61% | - |
| XYZ | 25.66 | 30.06 | 30.04 | - |
| YUV | 145.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 142 | 0.17 | 0 | 0.08 | 0.39 | 150 | 0.12 | 0.56 |
| Hex | 81 | 9B | 8E | 11 | 0 | 8 | 27 | 96 | C | 38 |
| Octal | 201 | 233 | 216 | 21 | 0 | 10 | 47 | 226 | 14 | 70 |
| Binary | 10000001 | 10011011 | 10001110 | 10001 | 0 | 1000 | 100111 | 10010110 | 1100 | 111000 |
Color Harmonies of #819B8E
Complementary color
Monochromatic Colors of #819B8E
Black with #819B8E
Text Example
Text Example
White with #819B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819B8E; }
p { color: rgb(129,155,142); }
H1.HeaderClassName
{
color: #819B8E;
}
.AnyTagClassName
{
color: #819B8E;
}
</style>
background-color css
<style>
a { background-color: #819B8E; }
a { background-color: rgb(129,155,142); }
div.DivClassName
{
background-color: #819B8E;
}
.BgClassName
{
background-color: #819B8E;
}
</style>
border-color css
<style>
span { border-color: #819B8E; }
span { border-color: rgb(129,155,142); }
td.TdClassName
{
border-color: #819B8E;
}
.TagClassName
{
border-color: #819B8E;
}
</style>