#759989

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

Shades of Granny Smith #759989

Tints of Granny Smith #759989

Color information

#759989 (or 0x759989) is unknown color: approx Granny Smith. HEX triplet: 75, 99 and 89. RGB value is (117,153,137). Sum of RGB (Red+Green+Blue) = 117+153+137=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #759989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759989 is #8A6676. Grayscale: #8C8C8C. Windows color (decimal): -9070199 or 9017717. OLE color: 9017717.

HSL color Cylindrical-coordinate representation of color #759989: hue angle of 153.33º 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 #759989 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB117153137-
CMYK0.2400.100.4
HSL153.33º15%52.94%-
HSV(B)153.33º23.53%60%-
XYZ23.2428.3727.92-
YUV140.41126.07111.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.75%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=28.75%
G=37.59%
B=33.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531370.2400.100.4153.331552.94
Hex759989180A2899f35
Octal16523121130012502311765
Binary111010110011001100010011100001010101000100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759989; }

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

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

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

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

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

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

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

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