#769287

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

Shades of Granny Smith #769287

Tints of Granny Smith #769287

Color information

#769287 (or 0x769287) is unknown color: approx Granny Smith. HEX triplet: 76, 92 and 87. RGB value is (118,146,135). Sum of RGB (Red+Green+Blue) = 118+146+135=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #769287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769287 is #896D78. Grayscale: #888888. Windows color (decimal): -9006457 or 8884854. OLE color: 8884854.

HSL color Cylindrical-coordinate representation of color #769287: hue angle of 156.43º 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 #769287 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB118146135-
CMYK0.1900.080.43
HSL156.43º11.38%51.76%-
HSV(B)156.43º19.18%57.25%-
XYZ22.1226.1626.8-
YUV136.37127.22114.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=29.57%
G=36.59%
B=33.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181461350.1900.080.43156.4311.3851.76
Hex76928713082B9cb34
Octal16622220723010532341364
Binary111011010010010100001111001101000101011100111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769287; }

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

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

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

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

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

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

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

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