#759589

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

Shades of Granny Smith #759589

Tints of Granny Smith #759589

Color information

#759589 (or 0x759589) is unknown color: approx Granny Smith. HEX triplet: 75, 95 and 89. RGB value is (117,149,137). Sum of RGB (Red+Green+Blue) = 117+149+137=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #759589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759589 is #8A6A76. Grayscale: #8A8A8A. Windows color (decimal): -9071223 or 9016693. OLE color: 9016693.

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

Color convert

RGB117149137-
CMYK0.2100.080.42
HSL157.5º13.11%52.16%-
HSV(B)157.5º21.48%58.43%-
XYZ22.627.0827.7-
YUV138.06127.4112.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=29.03%
G=36.97%
B=34.00%

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
Decimal1171491370.2100.080.42157.513.1152.16
Hex75958915082A9dd34
Octal16522521125010522351564
Binary111010110010101100010011010101000101010100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759589; }

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

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

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

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

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

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

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

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