#769687

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

Shades of Granny Smith #769687

Tints of Granny Smith #769687

Color information

#769687 (or 0x769687) is unknown color: approx Granny Smith. HEX triplet: 76, 96 and 87. RGB value is (118,150,135). Sum of RGB (Red+Green+Blue) = 118+150+135=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #769687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769687 is #896978. Grayscale: #8A8A8A. Windows color (decimal): -9005433 or 8885878. OLE color: 8885878.

HSL color Cylindrical-coordinate representation of color #769687: hue angle of 151.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769687 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB118150135-
CMYK0.2100.10.41
HSL151.88º13.22%52.55%-
HSV(B)151.88º21.33%58.82%-
XYZ22.7527.4127.01-
YUV138.72125.9113.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 135 (53.12% from 255) = 33.50%
R=29.28%
G=37.22%
B=33.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501350.2100.10.41151.8813.2252.55
Hex769687150A2998d35
Octal16622620725012512301565
Binary111011010010110100001111010101010101001100110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769687; }

 p { color: rgb(118,150,135); }

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

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

 a { background-color: rgb(118,150,135); }

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

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

 span { border-color: rgb(118,150,135); }

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