#759588

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

Shades of Granny Smith #759588

Tints of Granny Smith #759588

Color information

#759588 (or 0x759588) is unknown color: approx Granny Smith. HEX triplet: 75, 95 and 88. RGB value is (117,149,136). Sum of RGB (Red+Green+Blue) = 117+149+136=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #759588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759588 is #8A6A77. Grayscale: #898989. Windows color (decimal): -9071224 or 8951157. OLE color: 8951157.

HSL color Cylindrical-coordinate representation of color #759588: hue angle of 155.62º 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 #759588 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB117149136-
CMYK0.2100.090.42
HSL155.62º13.11%52.16%-
HSV(B)155.62º21.48%58.43%-
XYZ22.5327.0527.33-
YUV137.95126.9113.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=29.10%
G=37.06%
B=33.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171491360.2100.090.42155.6213.1152.16
Hex75958815092A9cd34
Octal16522521025011522341564
Binary111010110010101100010001010101001101010100111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759588; }

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

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

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

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

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

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

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

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