#769D6F

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

Shades of Amulet #769D6F

Tints of Amulet #769D6F

Color information

#769D6F (or 0x769D6F) is unknown color: approx Amulet. HEX triplet: 76, 9D and 6F. RGB value is (118,157,111). Sum of RGB (Red+Green+Blue) = 118+157+111=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #769D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D6F is #896290. Grayscale: #8C8C8C. Windows color (decimal): -9003665 or 7314806. OLE color: 7314806.

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

Color convert

RGB118157111-
CMYK0.2500.290.38
HSL110.87º19.01%52.55%-
HSV(B)110.87º29.3%61.57%-
XYZ22.429.1119.48-
YUV140.1111.58112.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 157 (61.72% from 255) = 40.67%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=30.57%
G=40.67%
B=28.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181571110.2500.290.38110.8719.0152.55
Hex769D6F1901D266f1335
Octal16623515731035461572365
Binary111011010011101110111111001011101100110110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,157,111); }

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

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

 a { background-color: rgb(118,157,111); }

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

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

 span { border-color: rgb(118,157,111); }

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