#749489

Color #749489 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #749489

Tints of Granny Smith #749489

Color information

#749489 (or 0x749489) is unknown color: approx Granny Smith. HEX triplet: 74, 94 and 89. RGB value is (116,148,137). Sum of RGB (Red+Green+Blue) = 116+148+137=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #749489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749489 is #8B6B76. Grayscale: #898989. Windows color (decimal): -9137015 or 9016436. OLE color: 9016436.

HSL color Cylindrical-coordinate representation of color #749489: hue angle of 159.37º 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 #749489 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB116148137-
CMYK0.2200.070.42
HSL159.37º13.01%51.76%-
HSV(B)159.37º21.62%58.04%-
XYZ22.3126.727.64-
YUV137.18127.9112.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=28.93%
G=36.91%
B=34.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161481370.2200.070.42159.3713.0151.76
Hex74948916072A9fd34
Octal1642242112607522371564
Binary11101001001010010001001101100111101010100111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749489; }

 p { color: rgb(116,148,137); }

 H1.HeaderClassName
 {
   color: #749489;
 }
 .AnyTagClassName
 {
   color: #749489;
 }
</style>
background-color css

<style>
 a { background-color: #749489; }

 a { background-color: rgb(116,148,137); }

 div.DivClassName
 {
   background-color: #749489;
 }
 .BgClassName
 {
   background-color: #749489;
 }
</style>
border-color css

<style>
 span { border-color: #749489; }

 span { border-color: rgb(116,148,137); }

 td.TdClassName
 {
   border-color: #749489;
 }
 .TagClassName
 {
   border-color: #749489;
 }
</style>