#769A8C

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

Shades of Granny Smith #769A8C

Tints of Granny Smith #769A8C

Color information

#769A8C (or 0x769A8C) is unknown color: approx Granny Smith. HEX triplet: 76, 9A and 8C. RGB value is (118,154,140). Sum of RGB (Red+Green+Blue) = 118+154+140=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 154 - color contains mainly: green. Hex color #769A8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A8C is #896573. Grayscale: #8D8D8D. Windows color (decimal): -9004404 or 9214582. OLE color: 9214582.

HSL color Cylindrical-coordinate representation of color #769A8C: hue angle of 156.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769A8C is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB118154140-
CMYK0.2300.090.40
HSL156.67º15.13%53.33%-
HSV(B)156.67º23.38%60.39%-
XYZ23.7628.8629.13-
YUV141.64127.07111.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 154 (60.55% from 255) = 37.38%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=28.64%
G=37.38%
B=33.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181541400.2300.090.40156.6715.1353.33
Hex769A8C1709289df35
Octal16623221427011502351765
Binary111011010011010100011001011101001101000100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769A8C; }

 p { color: rgb(118,154,140); }

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

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

 a { background-color: rgb(118,154,140); }

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

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

 span { border-color: rgb(118,154,140); }

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