Shades of Granny Smith #70958A
Tints of Granny Smith #70958A
RGB
CMYK
RGB Variations
Color information
#70958A (or 0x70958A) is known color: Granny Smith. HEX triplet: 70, 95 and 8A. RGB value is (112,149,138). Sum of RGB (Red+Green+Blue) = 112+149+138=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #70958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70958A is #8F6A75. Grayscale: #888888. Windows color (decimal): -9398902 or 9082224. OLE color: 9082224.
HSL color Cylindrical-coordinate representation of color #70958A: hue angle of 162.16º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70958A is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 138 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.42 |
| HSL | 162.16º | 0.15% | 0.51% | - |
| HSV(B) | 162.16º | 0.25% | 0.58% | - |
| XYZ | 22.02 | 26.77 | 28.05 | - |
| YUV | 136.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 138 | 0.25 | 0 | 0.07 | 0.42 | 162.16 | 0.15 | 0.51 |
| Hex | 70 | 95 | 8A | 19 | 0 | 7 | 2A | A2 | F | 33 |
| Octal | 160 | 225 | 212 | 31 | 0 | 7 | 52 | 242 | 17 | 63 |
| Binary | 1110000 | 10010101 | 10001010 | 11001 | 0 | 111 | 101010 | 10100010 | 1111 | 110011 |
Color Harmonies of #70958A
Complementary color
Monochromatic Colors of #70958A
Black with #70958A
Text Example
Text Example
White with #70958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70958A; }
p { color: rgb(112,149,138); }
H1.HeaderClassName
{
color: #70958A;
}
.AnyTagClassName
{
color: #70958A;
}
</style>
background-color css
<style>
a { background-color: #70958A; }
a { background-color: rgb(112,149,138); }
div.DivClassName
{
background-color: #70958A;
}
.BgClassName
{
background-color: #70958A;
}
</style>
border-color css
<style>
span { border-color: #70958A; }
span { border-color: rgb(112,149,138); }
td.TdClassName
{
border-color: #70958A;
}
.TagClassName
{
border-color: #70958A;
}
</style>