Shades of Granny Smith #748982
Tints of Granny Smith #748982
RGB
CMYK
RGB Variations
Color information
#748982 (or 0x748982) is known color: Granny Smith. HEX triplet: 74, 89 and 82. RGB value is (116,137,130). Sum of RGB (Red+Green+Blue) = 116+137+130=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #748982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748982 is #8B767D. Grayscale: #818181. Windows color (decimal): -9139838 or 8554868. OLE color: 8554868.
HSL color Cylindrical-coordinate representation of color #748982: hue angle of 160º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748982 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 130 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.46 |
| HSL | 160º | 0.08% | 0.5% | - |
| HSV(B) | 160º | 0.15% | 0.54% | - |
| XYZ | 20.18 | 23.22 | 24.54 | - |
| YUV | 129.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 130 | 0.15 | 0 | 0.05 | 0.46 | 160 | 0.08 | 0.5 |
| Hex | 74 | 89 | 82 | F | 0 | 5 | 2E | A0 | 8 | 32 |
| Octal | 164 | 211 | 202 | 17 | 0 | 5 | 56 | 240 | 10 | 62 |
| Binary | 1110100 | 10001001 | 10000010 | 1111 | 0 | 101 | 101110 | 10100000 | 1000 | 110010 |
Color Harmonies of #748982
Complementary color
Monochromatic Colors of #748982
Black with #748982
Text Example
Text Example
White with #748982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748982; }
p { color: rgb(116,137,130); }
H1.HeaderClassName
{
color: #748982;
}
.AnyTagClassName
{
color: #748982;
}
</style>
background-color css
<style>
a { background-color: #748982; }
a { background-color: rgb(116,137,130); }
div.DivClassName
{
background-color: #748982;
}
.BgClassName
{
background-color: #748982;
}
</style>
border-color css
<style>
span { border-color: #748982; }
span { border-color: rgb(116,137,130); }
td.TdClassName
{
border-color: #748982;
}
.TagClassName
{
border-color: #748982;
}
</style>