#75897F

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

Shades of Granny Smith #75897F

Tints of Granny Smith #75897F

Color information

#75897F (or 0x75897F) is unknown color: approx Granny Smith. HEX triplet: 75, 89 and 7F. RGB value is (117,137,127). Sum of RGB (Red+Green+Blue) = 117+137+127=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #75897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75897F is #8A7680. Grayscale: #818181. Windows color (decimal): -9074305 or 8358261. OLE color: 8358261.

HSL color Cylindrical-coordinate representation of color #75897F: hue angle of 150º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75897F is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB117137127-
CMYK0.1500.070.46
HSL150º7.87%49.8%-
HSV(B)150º14.6%53.73%-
XYZ20.1123.2123.5-
YUV129.88126.37118.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 127 (50% from 255) = 33.33%
R=30.71%
G=35.96%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371270.1500.070.461507.8749.8
Hex75897FF072E96832
Octal1652111771707562261062
Binary111010110001001111111111110111101110100101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75897F; }

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

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

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

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

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

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

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

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