#76A073

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

Shades of Amulet #76A073

Tints of Amulet #76A073

Color information

#76A073 (or 0x76A073) is unknown color: approx Amulet. HEX triplet: 76, A0 and 73. RGB value is (118,160,115). Sum of RGB (Red+Green+Blue) = 118+160+115=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #76A073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A073 is #895F8C. Grayscale: #8E8E8E. Windows color (decimal): -9002893 or 7577718. OLE color: 7577718.

HSL color Cylindrical-coordinate representation of color #76A073: hue angle of 116º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A073 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB118160115-
CMYK0.2600.280.37
HSL116º19.15%53.92%-
HSV(B)116º28.12%62.75%-
XYZ23.1430.2320.84-
YUV142.31112.59110.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=30.03%
G=40.71%
B=29.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181601150.2600.280.3711619.1553.92
Hex76A0731A01C25741336
Octal16624016332034451642366
Binary111011010100000111001111010011100100101111010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A073; }

 p { color: rgb(118,160,115); }

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

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

 a { background-color: rgb(118,160,115); }

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

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

 span { border-color: rgb(118,160,115); }

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