#749A86

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

Shades of Granny Smith #749A86

Tints of Granny Smith #749A86

Color information

#749A86 (or 0x749A86) is unknown color: approx Granny Smith. HEX triplet: 74, 9A and 86. RGB value is (116,154,134). Sum of RGB (Red+Green+Blue) = 116+154+134=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 154 - color contains mainly: green. Hex color #749A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A86 is #8B6579. Grayscale: #8C8C8C. Windows color (decimal): -9135482 or 8821364. OLE color: 8821364.

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

Color convert

RGB116154134-
CMYK0.2500.130.40
HSL148.42º15.83%52.94%-
HSV(B)148.42º24.68%60.39%-
XYZ23.0628.5526.85-
YUV140.36124.41110.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=28.71%
G=38.12%
B=33.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161541340.2500.130.40148.4215.8352.94
Hex749A86190D28941035
Octal16423220631015502242065
Binary1110100100110101000011011001011011010001001010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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