#769E6A

Color #769E6A Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #769E6A

Tints of Amulet #769E6A

Color information

#769E6A (or 0x769E6A) is unknown color: approx Amulet. HEX triplet: 76, 9E and 6A. RGB value is (118,158,106). Sum of RGB (Red+Green+Blue) = 118+158+106=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 158 - color contains mainly: green. Hex color #769E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E6A is #896195. Grayscale: #8C8C8C. Windows color (decimal): -9003414 or 6987382. OLE color: 6987382.

HSL color Cylindrical-coordinate representation of color #769E6A: hue angle of 106.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #769E6A is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB118158106-
CMYK0.2500.330.38
HSL106.15º21.14%51.76%-
HSV(B)106.15º32.91%61.96%-
XYZ22.329.3518.12-
YUV140.11108.75112.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=30.89%
G=41.36%
B=27.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181581060.2500.330.38106.1521.1451.76
Hex769E6A19021266a1534
Octal16623615231041461522564
Binary1110110100111101101010110010100001100110110101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769E6A; }

 p { color: rgb(118,158,106); }

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

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

 a { background-color: rgb(118,158,106); }

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

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

 span { border-color: rgb(118,158,106); }

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