#749A88

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

Shades of Granny Smith #749A88

Tints of Granny Smith #749A88

Color information

#749A88 (or 0x749A88) is unknown color: approx Granny Smith. HEX triplet: 74, 9A and 88. RGB value is (116,154,136). Sum of RGB (Red+Green+Blue) = 116+154+136=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #749A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A88 is #8B6577. Grayscale: #8C8C8C. Windows color (decimal): -9135480 or 8952436. OLE color: 8952436.

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

Color convert

RGB116154136-
CMYK0.2500.120.40
HSL151.58º15.83%52.94%-
HSV(B)151.58º24.68%60.39%-
XYZ23.228.627.59-
YUV140.59125.41110.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=28.57%
G=37.93%
B=33.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161541360.2500.120.40151.5815.8352.94
Hex749A88190C28981035
Octal16423221031014502302065
Binary1110100100110101000100011001011001010001001100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,154,136); }

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

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

 a { background-color: rgb(116,154,136); }

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

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

 span { border-color: rgb(116,154,136); }

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