#758C84

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

Shades of Granny Smith #758C84

Tints of Granny Smith #758C84

Color information

#758C84 (or 0x758C84) is unknown color: approx Granny Smith. HEX triplet: 75, 8C and 84. RGB value is (117,140,132). Sum of RGB (Red+Green+Blue) = 117+140+132=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #758C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C84 is #8A737B. Grayscale: #848484. Windows color (decimal): -9073532 or 8686709. OLE color: 8686709.

HSL color Cylindrical-coordinate representation of color #758C84: hue angle of 159.13º 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 #758C84 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB117140132-
CMYK0.1600.060.45
HSL159.13º9.09%50.39%-
HSV(B)159.13º16.43%54.9%-
XYZ20.8824.225.4-
YUV132.21127.88117.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=30.08%
G=35.99%
B=33.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171401320.1600.060.45159.139.0950.39
Hex758C8410062D9f932
Octal1652142042006552371162
Binary11101011000110010000100100000110101101100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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