#769F93

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

Shades of Granny Smith #769F93

Tints of Granny Smith #769F93

Color information

#769F93 (or 0x769F93) is unknown color: approx Granny Smith. HEX triplet: 76, 9F and 93. RGB value is (118,159,147). Sum of RGB (Red+Green+Blue) = 118+159+147=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #769F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F93 is #89606C. Grayscale: #919191. Windows color (decimal): -9003117 or 9674614. OLE color: 9674614.

HSL color Cylindrical-coordinate representation of color #769F93: hue angle of 162.44º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F93 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB118159147-
CMYK0.2600.080.38
HSL162.44º17.6%54.31%-
HSV(B)162.44º25.79%62.35%-
XYZ25.1430.7532.22-
YUV145.37128.92108.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=27.83%
G=37.5%
B=34.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591470.2600.080.38162.4417.654.31
Hex769F931A0826a21236
Octal16623722332010462422266
Binary1110110100111111001001111010010001001101010001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,159,147); }

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

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

 a { background-color: rgb(118,159,147); }

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

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

 span { border-color: rgb(118,159,147); }

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