Shades of Granny Smith #84928A
Tints of Granny Smith #84928A
RGB
CMYK
RGB Variations
Color information
#84928A (or 0x84928A) is known color: Granny Smith. HEX triplet: 84, 92 and 8A. RGB value is (132,146,138). Sum of RGB (Red+Green+Blue) = 132+146+138=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 146 - color contains mainly: green. Hex color #84928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84928A is #7B6D75. Grayscale: #8C8C8C. Windows color (decimal): -8088950 or 9081476. OLE color: 9081476.
HSL color Cylindrical-coordinate representation of color #84928A: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84928A is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 138 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.43 |
| HSL | 145.71º | 0.06% | 0.55% | - |
| HSV(B) | 145.71º | 0.1% | 0.57% | - |
| XYZ | 24.38 | 27.3 | 28.03 | - |
| YUV | 140.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 138 | 0.10 | 0 | 0.05 | 0.43 | 145.71 | 0.06 | 0.55 |
| Hex | 84 | 92 | 8A | A | 0 | 5 | 2B | 92 | 6 | 37 |
| Octal | 204 | 222 | 212 | 12 | 0 | 5 | 53 | 222 | 6 | 67 |
| Binary | 10000100 | 10010010 | 10001010 | 1010 | 0 | 101 | 101011 | 10010010 | 110 | 110111 |
Color Harmonies of #84928A
Complementary color
Monochromatic Colors of #84928A
Black with #84928A
Text Example
Text Example
White with #84928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84928A; }
p { color: rgb(132,146,138); }
H1.HeaderClassName
{
color: #84928A;
}
.AnyTagClassName
{
color: #84928A;
}
</style>
background-color css
<style>
a { background-color: #84928A; }
a { background-color: rgb(132,146,138); }
div.DivClassName
{
background-color: #84928A;
}
.BgClassName
{
background-color: #84928A;
}
</style>
border-color css
<style>
span { border-color: #84928A; }
span { border-color: rgb(132,146,138); }
td.TdClassName
{
border-color: #84928A;
}
.TagClassName
{
border-color: #84928A;
}
</style>