Shades of Granny Smith #799384
Tints of Granny Smith #799384
RGB
CMYK
RGB Variations
Color information
#799384 (or 0x799384) is known color: Granny Smith. HEX triplet: 79, 93 and 84. RGB value is (121,147,132). Sum of RGB (Red+Green+Blue) = 121+147+132=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #799384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799384 is #866C7B. Grayscale: #898989. Windows color (decimal): -8809596 or 8688505. OLE color: 8688505.
HSL color Cylindrical-coordinate representation of color #799384: hue angle of 145.38º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #799384 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 147 | 132 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.42 |
| HSL | 145.38º | 0.11% | 0.53% | - |
| HSV(B) | 145.38º | 0.18% | 0.58% | - |
| XYZ | 22.48 | 26.6 | 25.78 | - |
| YUV | 137.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 132 | 0.18 | 0 | 0.10 | 0.42 | 145.38 | 0.11 | 0.53 |
| Hex | 79 | 93 | 84 | 12 | 0 | A | 2A | 91 | B | 35 |
| Octal | 171 | 223 | 204 | 22 | 0 | 12 | 52 | 221 | 13 | 65 |
| Binary | 1111001 | 10010011 | 10000100 | 10010 | 0 | 1010 | 101010 | 10010001 | 1011 | 110101 |
Color Harmonies of #799384
Complementary color
Monochromatic Colors of #799384
Black with #799384
Text Example
Text Example
White with #799384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799384; }
p { color: rgb(121,147,132); }
H1.HeaderClassName
{
color: #799384;
}
.AnyTagClassName
{
color: #799384;
}
</style>
background-color css
<style>
a { background-color: #799384; }
a { background-color: rgb(121,147,132); }
div.DivClassName
{
background-color: #799384;
}
.BgClassName
{
background-color: #799384;
}
</style>
border-color css
<style>
span { border-color: #799384; }
span { border-color: rgb(121,147,132); }
td.TdClassName
{
border-color: #799384;
}
.TagClassName
{
border-color: #799384;
}
</style>