#759586

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

Shades of Granny Smith #759586

Tints of Granny Smith #759586

Color information

#759586 (or 0x759586) is unknown color: approx Granny Smith. HEX triplet: 75, 95 and 86. RGB value is (117,149,134). Sum of RGB (Red+Green+Blue) = 117+149+134=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #759586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759586 is #8A6A79. Grayscale: #898989. Windows color (decimal): -9071226 or 8820085. OLE color: 8820085.

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

Color convert

RGB117149134-
CMYK0.2100.100.42
HSL151.88º13.11%52.16%-
HSV(B)151.88º21.48%58.43%-
XYZ22.392726.59-
YUV137.72125.9113.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=29.25%
G=37.25%
B=33.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171491340.2100.100.42151.8813.1152.16
Hex759586150A2A98d34
Octal16522520625012522301564
Binary111010110010101100001101010101010101010100110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759586; }

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

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

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

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

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

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

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

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