#769188

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

Shades of Granny Smith #769188

Tints of Granny Smith #769188

Color information

#769188 (or 0x769188) is unknown color: approx Granny Smith. HEX triplet: 76, 91 and 88. RGB value is (118,145,136). Sum of RGB (Red+Green+Blue) = 118+145+136=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #769188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769188 is #896E77. Grayscale: #878787. Windows color (decimal): -9006712 or 8950134. OLE color: 8950134.

HSL color Cylindrical-coordinate representation of color #769188: hue angle of 160º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769188 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB118145136-
CMYK0.1900.060.43
HSL160º10.93%51.57%-
HSV(B)160º18.62%56.86%-
XYZ22.0425.8827.13-
YUV135.9128.05115.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=29.57%
G=36.34%
B=34.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451360.1900.060.4316010.9351.57
Hex76918813062Ba0b34
Octal1662212102306532401364
Binary11101101001000110001000100110110101011101000001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769188; }

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

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

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

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

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

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

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

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