#769186

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

Shades of Granny Smith #769186

Tints of Granny Smith #769186

Color information

#769186 (or 0x769186) is unknown color: approx Granny Smith. HEX triplet: 76, 91 and 86. RGB value is (118,145,134). Sum of RGB (Red+Green+Blue) = 118+145+134=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #769186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769186 is #896E79. Grayscale: #878787. Windows color (decimal): -9006714 or 8819062. OLE color: 8819062.

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

Color convert

RGB118145134-
CMYK0.1900.080.43
HSL155.56º10.93%51.57%-
HSV(B)155.56º18.62%56.86%-
XYZ21.925.8226.38-
YUV135.67127.05115.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=29.72%
G=36.52%
B=33.75%

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
Decimal1181451340.1900.080.43155.5610.9351.57
Hex76918613082B9cb34
Octal16622120623010532341364
Binary111011010010001100001101001101000101011100111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769186; }

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

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

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

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

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

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

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

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