Shades of Granny Smith #80938A
Tints of Granny Smith #80938A
RGB
CMYK
RGB Variations
Color information
#80938A (or 0x80938A) is known color: Granny Smith. HEX triplet: 80, 93 and 8A. RGB value is (128,147,138). Sum of RGB (Red+Green+Blue) = 128+147+138=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #80938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80938A is #7F6C75. Grayscale: #8C8C8C. Windows color (decimal): -8350838 or 9081728. OLE color: 9081728.
HSL color Cylindrical-coordinate representation of color #80938A: hue angle of 151.58º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80938A is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 147 | 138 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.42 |
| HSL | 151.58º | 0.08% | 0.54% | - |
| HSV(B) | 151.58º | 0.13% | 0.58% | - |
| XYZ | 23.92 | 27.29 | 28.05 | - |
| YUV | 140.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 147 | 138 | 0.13 | 0 | 0.06 | 0.42 | 151.58 | 0.08 | 0.54 |
| Hex | 80 | 93 | 8A | D | 0 | 6 | 2A | 98 | 8 | 36 |
| Octal | 200 | 223 | 212 | 15 | 0 | 6 | 52 | 230 | 10 | 66 |
| Binary | 10000000 | 10010011 | 10001010 | 1101 | 0 | 110 | 101010 | 10011000 | 1000 | 110110 |
Color Harmonies of #80938A
Complementary color
Monochromatic Colors of #80938A
Black with #80938A
Text Example
Text Example
White with #80938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80938A; }
p { color: rgb(128,147,138); }
H1.HeaderClassName
{
color: #80938A;
}
.AnyTagClassName
{
color: #80938A;
}
</style>
background-color css
<style>
a { background-color: #80938A; }
a { background-color: rgb(128,147,138); }
div.DivClassName
{
background-color: #80938A;
}
.BgClassName
{
background-color: #80938A;
}
</style>
border-color css
<style>
span { border-color: #80938A; }
span { border-color: rgb(128,147,138); }
td.TdClassName
{
border-color: #80938A;
}
.TagClassName
{
border-color: #80938A;
}
</style>