#749986

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

Shades of Granny Smith #749986

Tints of Granny Smith #749986

Color information

#749986 (or 0x749986) is unknown color: approx Granny Smith. HEX triplet: 74, 99 and 86. RGB value is (116,153,134). Sum of RGB (Red+Green+Blue) = 116+153+134=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #749986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749986 is #8B6679. Grayscale: #8B8B8B. Windows color (decimal): -9135738 or 8821108. OLE color: 8821108.

HSL color Cylindrical-coordinate representation of color #749986: hue angle of 149.19º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749986 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB116153134-
CMYK0.2400.120.4
HSL149.19º15.35%52.75%-
HSV(B)149.19º24.18%60%-
XYZ22.928.2226.79-
YUV139.77124.74111.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=28.78%
G=37.97%
B=33.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161531340.2400.120.4149.1915.3552.75
Hex749986180C2895f35
Octal16423120630014502251765
Binary111010010011001100001101100001100101000100101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749986; }

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

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

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

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

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

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

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

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