#768D84

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

Shades of Granny Smith #768D84

Tints of Granny Smith #768D84

Color information

#768D84 (or 0x768D84) is unknown color: approx Granny Smith. HEX triplet: 76, 8D and 84. RGB value is (118,141,132). Sum of RGB (Red+Green+Blue) = 118+141+132=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #768D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D84 is #89727B. Grayscale: #858585. Windows color (decimal): -9007740 or 8686966. OLE color: 8686966.

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

Color convert

RGB118141132-
CMYK0.1600.060.45
HSL156.52º9.16%50.78%-
HSV(B)156.52º16.31%55.29%-
XYZ21.1624.5725.46-
YUV133.1127.38117.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=30.18%
G=36.06%
B=33.76%

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
Decimal1181411320.1600.060.45156.529.1650.78
Hex768D8410062D9d933
Octal1662152042006552351163
Binary11101101000110110000100100000110101101100111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768D84; }

 p { color: rgb(118,141,132); }

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

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

 a { background-color: rgb(118,141,132); }

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

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

 span { border-color: rgb(118,141,132); }

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