#759086

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

Shades of Granny Smith #759086

Tints of Granny Smith #759086

Color information

#759086 (or 0x759086) is unknown color: approx Granny Smith. HEX triplet: 75, 90 and 86. RGB value is (117,144,134). Sum of RGB (Red+Green+Blue) = 117+144+134=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #759086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759086 is #8A6F79. Grayscale: #868686. Windows color (decimal): -9072506 or 8818805. OLE color: 8818805.

HSL color Cylindrical-coordinate representation of color #759086: hue angle of 157.78º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759086 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB117144134-
CMYK0.1900.070.44
HSL157.78º10.84%51.18%-
HSV(B)157.78º18.75%56.47%-
XYZ21.6125.4526.33-
YUV134.79127.55115.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=29.62%
G=36.46%
B=33.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171441340.1900.070.44157.7810.8451.18
Hex75908613072C9eb33
Octal1652202062307542361363
Binary11101011001000010000110100110111101100100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759086; }

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

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

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

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

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

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

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

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