#759688

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

Shades of Granny Smith #759688

Tints of Granny Smith #759688

Color information

#759688 (or 0x759688) is unknown color: approx Granny Smith. HEX triplet: 75, 96 and 88. RGB value is (117,150,136). Sum of RGB (Red+Green+Blue) = 117+150+136=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #759688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759688 is #8A6977. Grayscale: #8A8A8A. Windows color (decimal): -9070968 or 8951413. OLE color: 8951413.

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

Color convert

RGB117150136-
CMYK0.2200.090.41
HSL154.55º13.58%52.35%-
HSV(B)154.55º22%58.82%-
XYZ22.6927.3727.38-
YUV138.54126.57112.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=29.03%
G=37.22%
B=33.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501360.2200.090.41154.5513.5852.35
Hex7596881609299be34
Octal16522621026011512331664
Binary111010110010110100010001011001001101001100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759688; }

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

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

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

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

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

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

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

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