#758E84

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

Shades of Granny Smith #758E84

Tints of Granny Smith #758E84

Color information

#758E84 (or 0x758E84) is unknown color: approx Granny Smith. HEX triplet: 75, 8E and 84. RGB value is (117,142,132). Sum of RGB (Red+Green+Blue) = 117+142+132=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #758E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E84 is #8A717B. Grayscale: #858585. Windows color (decimal): -9073020 or 8687221. OLE color: 8687221.

HSL color Cylindrical-coordinate representation of color #758E84: hue angle of 156º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758E84 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB117142132-
CMYK0.1800.070.44
HSL156º9.96%50.78%-
HSV(B)156º17.61%55.69%-
XYZ21.1724.7925.5-
YUV133.38127.22116.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=29.92%
G=36.32%
B=33.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171421320.1800.070.441569.9650.78
Hex758E8412072C9ca33
Octal1652162042207542341263
Binary11101011000111010000100100100111101100100111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,132); }

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

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

 a { background-color: rgb(117,142,132); }

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

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

 span { border-color: rgb(117,142,132); }

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