Shades of Granny Smith #74958B
Tints of Granny Smith #74958B
RGB
CMYK
RGB Variations
Color information
#74958B (or 0x74958B) is known color: Granny Smith. HEX triplet: 74, 95 and 8B. RGB value is (116,149,139). Sum of RGB (Red+Green+Blue) = 116+149+139=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #74958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74958B is #8B6A74. Grayscale: #8A8A8A. Windows color (decimal): -9136757 or 9147764. OLE color: 9147764.
HSL color Cylindrical-coordinate representation of color #74958B: 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 #74958B is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
RGB | 116 | 149 | 139 | - |
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.61 | 27.07 | 28.46 | - |
YUV | 137.99 | 128.57 | 112.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 149 | 139 | 0.22 | 0 | 0.07 | 0.42 | 161.82 | 0.13 | 0.52 |
Hex | 74 | 95 | 8B | 16 | 0 | 7 | 2A | A2 | D | 34 |
Octal | 164 | 225 | 213 | 26 | 0 | 7 | 52 | 242 | 15 | 64 |
Binary | 1110100 | 10010101 | 10001011 | 10110 | 0 | 111 | 101010 | 10100010 | 1101 | 110100 |
Color Harmonies of #74958B
Complementary color
Monochromatic Colors of #74958B
Black with #74958B
Text Example
Text Example
White with #74958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74958B; }
p { color: rgb(116,149,139); }
H1.HeaderClassName
{
color: #74958B;
}
.AnyTagClassName
{
color: #74958B;
}
</style>
background-color css
<style>
a { background-color: #74958B; }
a { background-color: rgb(116,149,139); }
div.DivClassName
{
background-color: #74958B;
}
.BgClassName
{
background-color: #74958B;
}
</style>
border-color css
<style>
span { border-color: #74958B; }
span { border-color: rgb(116,149,139); }
td.TdClassName
{
border-color: #74958B;
}
.TagClassName
{
border-color: #74958B;
}
</style>