#749387

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

Shades of Granny Smith #749387

Tints of Granny Smith #749387

Color information

#749387 (or 0x749387) is unknown color: approx Granny Smith. HEX triplet: 74, 93 and 87. RGB value is (116,147,135). Sum of RGB (Red+Green+Blue) = 116+147+135=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #749387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749387 is #8B6C78. Grayscale: #888888. Windows color (decimal): -9137273 or 8885108. OLE color: 8885108.

HSL color Cylindrical-coordinate representation of color #749387: hue angle of 156.77º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749387 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB116147135-
CMYK0.2100.080.42
HSL156.77º12.55%51.57%-
HSV(B)156.77º21.09%57.65%-
XYZ22.0126.3326.84-
YUV136.36127.23113.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 135 (53.12% from 255) = 33.92%
R=29.15%
G=36.93%
B=33.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471350.2100.080.42156.7712.5551.57
Hex74938715082A9dd34
Octal16422320725010522351564
Binary111010010010011100001111010101000101010100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749387; }

 p { color: rgb(116,147,135); }

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

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

 a { background-color: rgb(116,147,135); }

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

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

 span { border-color: rgb(116,147,135); }

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