#769B90

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

Shades of Granny Smith #769B90

Tints of Granny Smith #769B90

Color information

#769B90 (or 0x769B90) is unknown color: approx Granny Smith. HEX triplet: 76, 9B and 90. RGB value is (118,155,144). Sum of RGB (Red+Green+Blue) = 118+155+144=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #769B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B90 is #89646F. Grayscale: #8E8E8E. Windows color (decimal): -9004144 or 9476982. OLE color: 9476982.

HSL color Cylindrical-coordinate representation of color #769B90: hue angle of 162.16º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B90 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB118155144-
CMYK0.2400.070.39
HSL162.16º15.61%53.53%-
HSV(B)162.16º23.87%60.78%-
XYZ24.2329.3130.77-
YUV142.68128.74110.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=28.30%
G=37.17%
B=34.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551440.2400.070.39162.1615.6153.53
Hex769B90180727a21036
Octal1662332203007472422066
Binary111011010011011100100001100001111001111010001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,155,144); }

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

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

 a { background-color: rgb(118,155,144); }

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

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

 span { border-color: rgb(118,155,144); }

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