Shades of Granny Smith #819B92
Tints of Granny Smith #819B92
RGB
CMYK
RGB Variations
Color information
#819B92 (or 0x819B92) is known color: Granny Smith. HEX triplet: 81, 9B and 92. RGB value is (129,155,146). Sum of RGB (Red+Green+Blue) = 129+155+146=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #819B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819B92 is #7E646D. Grayscale: #929292. Windows color (decimal): -8283246 or 9608065. OLE color: 9608065.
HSL color Cylindrical-coordinate representation of color #819B92: hue angle of 159.23º 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 #819B92 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 155 | 146 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.39 |
| HSL | 159.23º | 0.12% | 0.56% | - |
| HSV(B) | 159.23º | 0.17% | 0.61% | - |
| XYZ | 25.96 | 30.19 | 31.65 | - |
| YUV | 146.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 146 | 0.17 | 0 | 0.06 | 0.39 | 159.23 | 0.12 | 0.56 |
| Hex | 81 | 9B | 92 | 11 | 0 | 6 | 27 | 9F | C | 38 |
| Octal | 201 | 233 | 222 | 21 | 0 | 6 | 47 | 237 | 14 | 70 |
| Binary | 10000001 | 10011011 | 10010010 | 10001 | 0 | 110 | 100111 | 10011111 | 1100 | 111000 |
Color Harmonies of #819B92
Complementary color
Monochromatic Colors of #819B92
Black with #819B92
Text Example
Text Example
White with #819B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819B92; }
p { color: rgb(129,155,146); }
H1.HeaderClassName
{
color: #819B92;
}
.AnyTagClassName
{
color: #819B92;
}
</style>
background-color css
<style>
a { background-color: #819B92; }
a { background-color: rgb(129,155,146); }
div.DivClassName
{
background-color: #819B92;
}
.BgClassName
{
background-color: #819B92;
}
</style>
border-color css
<style>
span { border-color: #819B92; }
span { border-color: rgb(129,155,146); }
td.TdClassName
{
border-color: #819B92;
}
.TagClassName
{
border-color: #819B92;
}
</style>