#769888

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

Shades of Granny Smith #769888

Tints of Granny Smith #769888

Color information

#769888 (or 0x769888) is unknown color: approx Granny Smith. HEX triplet: 76, 98 and 88. RGB value is (118,152,136). Sum of RGB (Red+Green+Blue) = 118+152+136=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #769888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769888 is #896777. Grayscale: #8C8C8C. Windows color (decimal): -9004920 or 8951926. OLE color: 8951926.

HSL color Cylindrical-coordinate representation of color #769888: hue angle of 151.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769888 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB118152136-
CMYK0.2200.110.40
HSL151.76º14.17%52.94%-
HSV(B)151.76º22.37%59.61%-
XYZ23.1428.0927.49-
YUV140.01125.74112.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=29.06%
G=37.44%
B=33.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521360.2200.110.40151.7614.1752.94
Hex769888160B2898e35
Octal16623021026013502301665
Binary111011010011000100010001011001011101000100110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769888; }

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

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

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

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

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

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

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

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