#768A82

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

Shades of Granny Smith #768A82

Tints of Granny Smith #768A82

Color information

#768A82 (or 0x768A82) is unknown color: approx Granny Smith. HEX triplet: 76, 8A and 82. RGB value is (118,138,130). Sum of RGB (Red+Green+Blue) = 118+138+130=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 138 - color contains mainly: green. Hex color #768A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A82 is #89757D. Grayscale: #838383. Windows color (decimal): -9008510 or 8555126. OLE color: 8555126.

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

Color convert

RGB118138130-
CMYK0.1400.060.46
HSL156º7.87%50.2%-
HSV(B)156º14.49%54.12%-
XYZ20.5923.6424.6-
YUV131.11127.37118.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=30.57%
G=35.75%
B=33.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181381300.1400.060.461567.8750.2
Hex768A82E062E9c832
Octal1662122021606562341062
Binary1110110100010101000001011100110101110100111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,138,130); }

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

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

 a { background-color: rgb(118,138,130); }

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

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

 span { border-color: rgb(118,138,130); }

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