#749586

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

Shades of Granny Smith #749586

Tints of Granny Smith #749586

Color information

#749586 (or 0x749586) is unknown color: approx Granny Smith. HEX triplet: 74, 95 and 86. RGB value is (116,149,134). Sum of RGB (Red+Green+Blue) = 116+149+134=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #749586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749586 is #8B6A79. Grayscale: #898989. Windows color (decimal): -9136762 or 8820084. OLE color: 8820084.

HSL color Cylindrical-coordinate representation of color #749586: hue angle of 152.73º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749586 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB116149134-
CMYK0.2200.100.42
HSL152.73º13.47%51.96%-
HSV(B)152.73º22.15%58.43%-
XYZ22.2526.9326.58-
YUV137.42126.07112.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=29.07%
G=37.34%
B=33.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161491340.2200.100.42152.7313.4751.96
Hex749586160A2A99d34
Octal16422520626012522311564
Binary111010010010101100001101011001010101010100110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749586; }

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

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

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

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

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

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

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

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