#769B91

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

Shades of Granny Smith #769B91

Tints of Granny Smith #769B91

Color information

#769B91 (or 0x769B91) is unknown color: approx Granny Smith. HEX triplet: 76, 9B and 91. RGB value is (118,155,145). Sum of RGB (Red+Green+Blue) = 118+155+145=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #769B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B91 is #89646E. Grayscale: #8E8E8E. Windows color (decimal): -9004143 or 9542518. OLE color: 9542518.

HSL color Cylindrical-coordinate representation of color #769B91: hue angle of 163.78º 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 #769B91 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB118155145-
CMYK0.2400.060.39
HSL163.78º15.61%53.53%-
HSV(B)163.78º23.87%60.78%-
XYZ24.329.3431.17-
YUV142.8129.24110.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=28.23%
G=37.08%
B=34.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551450.2400.060.39163.7815.6153.53
Hex769B91180627a41036
Octal1662332213006472442066
Binary111011010011011100100011100001101001111010010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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