Shades of Granny Smith #75998B
Tints of Granny Smith #75998B
RGB
CMYK
RGB Variations
Color information
#75998B (or 0x75998B) is known color: Granny Smith. HEX triplet: 75, 99 and 8B. RGB value is (117,153,139). Sum of RGB (Red+Green+Blue) = 117+153+139=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #75998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75998B is #8A6674. Grayscale: #8C8C8C. Windows color (decimal): -9070197 or 9148789. OLE color: 9148789.
HSL color Cylindrical-coordinate representation of color #75998B: hue angle of 156.67º 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 #75998B is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 139 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.4 |
| HSL | 156.67º | 0.15% | 0.53% | - |
| HSV(B) | 156.67º | 0.24% | 0.6% | - |
| XYZ | 23.39 | 28.43 | 28.68 | - |
| YUV | 140.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 139 | 0.24 | 0 | 0.09 | 0.4 | 156.67 | 0.15 | 0.53 |
| Hex | 75 | 99 | 8B | 18 | 0 | 9 | 28 | 9D | F | 35 |
| Octal | 165 | 231 | 213 | 30 | 0 | 11 | 50 | 235 | 17 | 65 |
| Binary | 1110101 | 10011001 | 10001011 | 11000 | 0 | 1001 | 101000 | 10011101 | 1111 | 110101 |
Color Harmonies of #75998B
Complementary color
Monochromatic Colors of #75998B
Black with #75998B
Text Example
Text Example
White with #75998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75998B; }
p { color: rgb(117,153,139); }
H1.HeaderClassName
{
color: #75998B;
}
.AnyTagClassName
{
color: #75998B;
}
</style>
background-color css
<style>
a { background-color: #75998B; }
a { background-color: rgb(117,153,139); }
div.DivClassName
{
background-color: #75998B;
}
.BgClassName
{
background-color: #75998B;
}
</style>
border-color css
<style>
span { border-color: #75998B; }
span { border-color: rgb(117,153,139); }
td.TdClassName
{
border-color: #75998B;
}
.TagClassName
{
border-color: #75998B;
}
</style>