#759789

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

Shades of Granny Smith #759789

Tints of Granny Smith #759789

Color information

#759789 (or 0x759789) is unknown color: approx Granny Smith. HEX triplet: 75, 97 and 89. RGB value is (117,151,137). Sum of RGB (Red+Green+Blue) = 117+151+137=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 151 - color contains mainly: green. Hex color #759789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759789 is #8A6876. Grayscale: #8B8B8B. Windows color (decimal): -9070711 or 9017205. OLE color: 9017205.

HSL color Cylindrical-coordinate representation of color #759789: hue angle of 155.29º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759789 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB117151137-
CMYK0.2300.090.41
HSL155.29º14.05%52.55%-
HSV(B)155.29º22.52%59.22%-
XYZ22.9227.7227.81-
YUV139.24126.74112.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=28.89%
G=37.28%
B=33.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511370.2300.090.41155.2914.0552.55
Hex7597891709299be35
Octal16522721127011512331665
Binary111010110010111100010011011101001101001100110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759789; }

 p { color: rgb(117,151,137); }

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

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

 a { background-color: rgb(117,151,137); }

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

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

 span { border-color: rgb(117,151,137); }

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