#76A272

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

Shades of Amulet #76A272

Tints of Amulet #76A272

Color information

#76A272 (or 0x76A272) is unknown color: approx Amulet. HEX triplet: 76, A2 and 72. RGB value is (118,162,114). Sum of RGB (Red+Green+Blue) = 118+162+114=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #76A272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A272 is #895D8D. Grayscale: #8F8F8F. Windows color (decimal): -9002382 or 7512694. OLE color: 7512694.

HSL color Cylindrical-coordinate representation of color #76A272: hue angle of 115º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A272 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB118162114-
CMYK0.2700.300.36
HSL115º20.51%54.12%-
HSV(B)115º29.63%63.53%-
XYZ23.4330.9120.65-
YUV143.37111.42109.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=29.95%
G=41.12%
B=28.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181621140.2700.300.3611520.5154.12
Hex76A2721B01E24731536
Octal16624216233036441632566
Binary111011010100010111001011011011110100100111001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,162,114); }

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

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

 a { background-color: rgb(118,162,114); }

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

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

 span { border-color: rgb(118,162,114); }

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