Shades of Granny Smith #73948A
Tints of Granny Smith #73948A
RGB
CMYK
RGB Variations
Color information
#73948A (or 0x73948A) is known color: Granny Smith. HEX triplet: 73, 94 and 8A. RGB value is (115,148,138). Sum of RGB (Red+Green+Blue) = 115+148+138=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #73948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73948A is #8C6B75. Grayscale: #898989. Windows color (decimal): -9202550 or 9081971. OLE color: 9081971.
HSL color Cylindrical-coordinate representation of color #73948A: hue angle of 161.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73948A is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 138 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.42 |
| HSL | 161.82º | 0.13% | 0.52% | - |
| HSV(B) | 161.82º | 0.22% | 0.58% | - |
| XYZ | 22.25 | 26.66 | 28.02 | - |
| YUV | 136.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 138 | 0.22 | 0 | 0.07 | 0.42 | 161.82 | 0.13 | 0.52 |
| Hex | 73 | 94 | 8A | 16 | 0 | 7 | 2A | A2 | D | 34 |
| Octal | 163 | 224 | 212 | 26 | 0 | 7 | 52 | 242 | 15 | 64 |
| Binary | 1110011 | 10010100 | 10001010 | 10110 | 0 | 111 | 101010 | 10100010 | 1101 | 110100 |
Color Harmonies of #73948A
Complementary color
Monochromatic Colors of #73948A
Black with #73948A
Text Example
Text Example
White with #73948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73948A; }
p { color: rgb(115,148,138); }
H1.HeaderClassName
{
color: #73948A;
}
.AnyTagClassName
{
color: #73948A;
}
</style>
background-color css
<style>
a { background-color: #73948A; }
a { background-color: rgb(115,148,138); }
div.DivClassName
{
background-color: #73948A;
}
.BgClassName
{
background-color: #73948A;
}
</style>
border-color css
<style>
span { border-color: #73948A; }
span { border-color: rgb(115,148,138); }
td.TdClassName
{
border-color: #73948A;
}
.TagClassName
{
border-color: #73948A;
}
</style>