#759988

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

Shades of Granny Smith #759988

Tints of Granny Smith #759988

Color information

#759988 (or 0x759988) is unknown color: approx Granny Smith. HEX triplet: 75, 99 and 88. RGB value is (117,153,136). Sum of RGB (Red+Green+Blue) = 117+153+136=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #759988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759988 is #8A6677. Grayscale: #8C8C8C. Windows color (decimal): -9070200 or 8952181. OLE color: 8952181.

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

Color convert

RGB117153136-
CMYK0.2400.110.4
HSL151.67º15%52.94%-
HSV(B)151.67º23.53%60%-
XYZ23.1728.3427.54-
YUV140.3125.57111.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=28.82%
G=37.68%
B=33.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531360.2400.110.4151.671552.94
Hex759988180B2898f35
Octal16523121030013502301765
Binary111010110011001100010001100001011101000100110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759988; }

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

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

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

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

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

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

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

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