#758C82

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

Shades of Granny Smith #758C82

Tints of Granny Smith #758C82

Color information

#758C82 (or 0x758C82) is unknown color: approx Granny Smith. HEX triplet: 75, 8C and 82. RGB value is (117,140,130). Sum of RGB (Red+Green+Blue) = 117+140+130=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 140 - color contains mainly: green. Hex color #758C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C82 is #8A737D. Grayscale: #848484. Windows color (decimal): -9073534 or 8555637. OLE color: 8555637.

HSL color Cylindrical-coordinate representation of color #758C82: hue angle of 153.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758C82 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB117140130-
CMYK0.1600.070.45
HSL153.91º9.09%50.39%-
HSV(B)153.91º16.43%54.9%-
XYZ20.7424.1524.69-
YUV131.98126.88117.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=30.23%
G=36.18%
B=33.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171401300.1600.070.45153.919.0950.39
Hex758C8210072D9a932
Octal1652142022007552321162
Binary11101011000110010000010100000111101101100110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758C82; }

 p { color: rgb(117,140,130); }

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

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

 a { background-color: rgb(117,140,130); }

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

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

 span { border-color: rgb(117,140,130); }

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