#749B87

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

Shades of Granny Smith #749B87

Tints of Granny Smith #749B87

Color information

#749B87 (or 0x749B87) is unknown color: approx Granny Smith. HEX triplet: 74, 9B and 87. RGB value is (116,155,135). Sum of RGB (Red+Green+Blue) = 116+155+135=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #749B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B87 is #8B6478. Grayscale: #8D8D8D. Windows color (decimal): -9135225 or 8887156. OLE color: 8887156.

HSL color Cylindrical-coordinate representation of color #749B87: hue angle of 149.23º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749B87 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB116155135-
CMYK0.2500.130.39
HSL149.23º16.32%53.14%-
HSV(B)149.23º25.16%60.78%-
XYZ23.328.927.27-
YUV141.06124.58110.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=28.57%
G=38.18%
B=33.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161551350.2500.130.39149.2316.3253.14
Hex749B87190D27951035
Octal16423320731015472252065
Binary1110100100110111000011111001011011001111001010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749B87; }

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

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

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

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

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

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

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

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