#749B91

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

Shades of Granny Smith #749B91

Tints of Granny Smith #749B91

Color information

#749B91 (or 0x749B91) is unknown color: approx Granny Smith. HEX triplet: 74, 9B and 91. RGB value is (116,155,145). Sum of RGB (Red+Green+Blue) = 116+155+145=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #749B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B91 is #8B646E. Grayscale: #8E8E8E. Windows color (decimal): -9135215 or 9542516. OLE color: 9542516.

HSL color Cylindrical-coordinate representation of color #749B91: hue angle of 164.62º 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 #749B91 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB116155145-
CMYK0.2500.060.39
HSL164.62º16.32%53.14%-
HSV(B)164.62º25.16%60.78%-
XYZ24.0329.231.16-
YUV142.2129.58109.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.88%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 145 (57.03% from 255) = 34.86%
R=27.88%
G=37.26%
B=34.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161551450.2500.060.39164.6216.3253.14
Hex749B91190627a51035
Octal1642332213106472452065
Binary111010010011011100100011100101101001111010010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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