#759488

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

Shades of Granny Smith #759488

Tints of Granny Smith #759488

Color information

#759488 (or 0x759488) is unknown color: approx Granny Smith. HEX triplet: 75, 94 and 88. RGB value is (117,148,136). Sum of RGB (Red+Green+Blue) = 117+148+136=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #759488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759488 is #8A6B77. Grayscale: #898989. Windows color (decimal): -9071480 or 8950901. OLE color: 8950901.

HSL color Cylindrical-coordinate representation of color #759488: hue angle of 156.77º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759488 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB117148136-
CMYK0.2100.080.42
HSL156.77º12.65%51.96%-
HSV(B)156.77º20.95%58.04%-
XYZ22.3726.7427.27-
YUV137.36127.23113.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=29.18%
G=36.91%
B=33.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171481360.2100.080.42156.7712.6551.96
Hex75948815082A9dd34
Octal16522421025010522351564
Binary111010110010100100010001010101000101010100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759488; }

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

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

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

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

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

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

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

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