#769688

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

Shades of Granny Smith #769688

Tints of Granny Smith #769688

Color information

#769688 (or 0x769688) is unknown color: approx Granny Smith. HEX triplet: 76, 96 and 88. RGB value is (118,150,136). Sum of RGB (Red+Green+Blue) = 118+150+136=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #769688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769688 is #896977. Grayscale: #8A8A8A. Windows color (decimal): -9005432 or 8951414. OLE color: 8951414.

HSL color Cylindrical-coordinate representation of color #769688: hue angle of 153.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769688 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB118150136-
CMYK0.2100.090.41
HSL153.75º13.22%52.55%-
HSV(B)153.75º21.33%58.82%-
XYZ22.8227.4427.39-
YUV138.84126.4113.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=29.21%
G=37.13%
B=33.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501360.2100.090.41153.7513.2252.55
Hex7696881509299ad35
Octal16622621025011512321565
Binary111011010010110100010001010101001101001100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769688; }

 p { color: rgb(118,150,136); }

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

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

 a { background-color: rgb(118,150,136); }

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

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

 span { border-color: rgb(118,150,136); }

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