#76A275

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

Shades of Amulet #76A275

Tints of Amulet #76A275

Color information

#76A275 (or 0x76A275) is unknown color: approx Amulet. HEX triplet: 76, A2 and 75. RGB value is (118,162,117). Sum of RGB (Red+Green+Blue) = 118+162+117=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #76A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A275 is #895D8A. Grayscale: #8F8F8F. Windows color (decimal): -9002379 or 7709302. OLE color: 7709302.

HSL color Cylindrical-coordinate representation of color #76A275: hue angle of 118.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A275 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB118162117-
CMYK0.2700.280.36
HSL118.67º19.48%54.71%-
HSV(B)118.67º27.78%63.53%-
XYZ23.630.9821.56-
YUV143.71112.92109.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=29.72%
G=40.81%
B=29.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181621170.2700.280.36118.6719.4854.71
Hex76A2751B01C24771337
Octal16624216533034441672367
Binary111011010100010111010111011011100100100111011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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