Shades of Granny Smith #75998A
Tints of Granny Smith #75998A
RGB
CMYK
RGB Variations
Color information
#75998A (or 0x75998A) is known color: Granny Smith. HEX triplet: 75, 99 and 8A. RGB value is (117,153,138). Sum of RGB (Red+Green+Blue) = 117+153+138=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #75998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75998A is #8A6675. Grayscale: #8C8C8C. Windows color (decimal): -9070198 or 9083253. OLE color: 9083253.
HSL color Cylindrical-coordinate representation of color #75998A: hue angle of 155º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75998A is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 138 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.4 |
| HSL | 155º | 0.15% | 0.53% | - |
| HSV(B) | 155º | 0.24% | 0.6% | - |
| XYZ | 23.31 | 28.4 | 28.3 | - |
| YUV | 140.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 138 | 0.24 | 0 | 0.10 | 0.4 | 155 | 0.15 | 0.53 |
| Hex | 75 | 99 | 8A | 18 | 0 | A | 28 | 9B | F | 35 |
| Octal | 165 | 231 | 212 | 30 | 0 | 12 | 50 | 233 | 17 | 65 |
| Binary | 1110101 | 10011001 | 10001010 | 11000 | 0 | 1010 | 101000 | 10011011 | 1111 | 110101 |
Color Harmonies of #75998A
Complementary color
Monochromatic Colors of #75998A
Black with #75998A
Text Example
Text Example
White with #75998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75998A; }
p { color: rgb(117,153,138); }
H1.HeaderClassName
{
color: #75998A;
}
.AnyTagClassName
{
color: #75998A;
}
</style>
background-color css
<style>
a { background-color: #75998A; }
a { background-color: rgb(117,153,138); }
div.DivClassName
{
background-color: #75998A;
}
.BgClassName
{
background-color: #75998A;
}
</style>
border-color css
<style>
span { border-color: #75998A; }
span { border-color: rgb(117,153,138); }
td.TdClassName
{
border-color: #75998A;
}
.TagClassName
{
border-color: #75998A;
}
</style>