Shades of Granny Smith #85928A
Tints of Granny Smith #85928A
RGB
CMYK
RGB Variations
Color information
#85928A (or 0x85928A) is known color: Granny Smith. HEX triplet: 85, 92 and 8A. RGB value is (133,146,138). Sum of RGB (Red+Green+Blue) = 133+146+138=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 146 - color contains mainly: green. Hex color #85928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85928A is #7A6D75. Grayscale: #8D8D8D. Windows color (decimal): -8023414 or 9081477. OLE color: 9081477.
HSL color Cylindrical-coordinate representation of color #85928A: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85928A is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 146 | 138 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.43 |
| HSL | 143.08º | 0.06% | 0.55% | - |
| HSV(B) | 143.08º | 0.09% | 0.57% | - |
| XYZ | 24.54 | 27.38 | 28.04 | - |
| YUV | 141.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 138 | 0.09 | 0 | 0.05 | 0.43 | 143.08 | 0.06 | 0.55 |
| Hex | 85 | 92 | 8A | 9 | 0 | 5 | 2B | 8F | 6 | 37 |
| Octal | 205 | 222 | 212 | 11 | 0 | 5 | 53 | 217 | 6 | 67 |
| Binary | 10000101 | 10010010 | 10001010 | 1001 | 0 | 101 | 101011 | 10001111 | 110 | 110111 |
Color Harmonies of #85928A
Complementary color
Monochromatic Colors of #85928A
Black with #85928A
Text Example
Text Example
White with #85928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85928A; }
p { color: rgb(133,146,138); }
H1.HeaderClassName
{
color: #85928A;
}
.AnyTagClassName
{
color: #85928A;
}
</style>
background-color css
<style>
a { background-color: #85928A; }
a { background-color: rgb(133,146,138); }
div.DivClassName
{
background-color: #85928A;
}
.BgClassName
{
background-color: #85928A;
}
</style>
border-color css
<style>
span { border-color: #85928A; }
span { border-color: rgb(133,146,138); }
td.TdClassName
{
border-color: #85928A;
}
.TagClassName
{
border-color: #85928A;
}
</style>