#769689

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

Shades of Granny Smith #769689

Tints of Granny Smith #769689

Color information

#769689 (or 0x769689) is unknown color: approx Granny Smith. HEX triplet: 76, 96 and 89. RGB value is (118,150,137). Sum of RGB (Red+Green+Blue) = 118+150+137=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #769689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769689 is #896976. Grayscale: #8A8A8A. Windows color (decimal): -9005431 or 9016950. OLE color: 9016950.

HSL color Cylindrical-coordinate representation of color #769689: hue angle of 155.62º 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 #769689 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB118150137-
CMYK0.2100.090.41
HSL155.62º13.22%52.55%-
HSV(B)155.62º21.33%58.82%-
XYZ22.8927.4727.76-
YUV138.95126.9113.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=29.14%
G=37.04%
B=33.83%

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
Decimal1181501370.2100.090.41155.6213.2252.55
Hex7696891509299cd35
Octal16622621125011512341565
Binary111011010010110100010011010101001101001100111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769689; }

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

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

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

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

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

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

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

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