Shades of Granny Smith #88938E
Tints of Granny Smith #88938E
RGB
CMYK
RGB Variations
Color information
#88938E (or 0x88938E) is known color: Granny Smith. HEX triplet: 88, 93 and 8E. RGB value is (136,147,142). Sum of RGB (Red+Green+Blue) = 136+147+142=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #88938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88938E is #776C71. Grayscale: #8F8F8F. Windows color (decimal): -7826546 or 9343880. OLE color: 9343880.
HSL color Cylindrical-coordinate representation of color #88938E: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88938E is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 147 | 142 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.42 |
| HSL | 152.73º | 0.05% | 0.55% | - |
| HSV(B) | 152.73º | 0.07% | 0.58% | - |
| XYZ | 25.47 | 28.05 | 29.66 | - |
| YUV | 143.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 142 | 0.07 | 0 | 0.03 | 0.42 | 152.73 | 0.05 | 0.55 |
| Hex | 88 | 93 | 8E | 7 | 0 | 3 | 2A | 99 | 5 | 37 |
| Octal | 210 | 223 | 216 | 7 | 0 | 3 | 52 | 231 | 5 | 67 |
| Binary | 10001000 | 10010011 | 10001110 | 111 | 0 | 11 | 101010 | 10011001 | 101 | 110111 |
Color Harmonies of #88938E
Complementary color
Monochromatic Colors of #88938E
Black with #88938E
Text Example
Text Example
White with #88938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88938E; }
p { color: rgb(136,147,142); }
H1.HeaderClassName
{
color: #88938E;
}
.AnyTagClassName
{
color: #88938E;
}
</style>
background-color css
<style>
a { background-color: #88938E; }
a { background-color: rgb(136,147,142); }
div.DivClassName
{
background-color: #88938E;
}
.BgClassName
{
background-color: #88938E;
}
</style>
border-color css
<style>
span { border-color: #88938E; }
span { border-color: rgb(136,147,142); }
td.TdClassName
{
border-color: #88938E;
}
.TagClassName
{
border-color: #88938E;
}
</style>