#76A670

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

Shades of Amulet #76A670

Tints of Amulet #76A670

Color information

#76A670 (or 0x76A670) is unknown color: approx Amulet. HEX triplet: 76, A6 and 70. RGB value is (118,166,112). Sum of RGB (Red+Green+Blue) = 118+166+112=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #76A670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A670 is #89598F. Grayscale: #919191. Windows color (decimal): -9001360 or 7382646. OLE color: 7382646.

HSL color Cylindrical-coordinate representation of color #76A670: hue angle of 113.33º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76A670 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB118166112-
CMYK0.2900.330.35
HSL113.33º23.28%54.51%-
HSV(B)113.33º32.53%65.1%-
XYZ24.0332.2920.3-
YUV145.49109.1108.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=29.80%
G=41.92%
B=28.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181661120.2900.330.35113.3323.2854.51
Hex76A6701D02123711737
Octal16624616035041431612767
Binary1110110101001101110000111010100001100011111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,166,112); }

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

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

 a { background-color: rgb(118,166,112); }

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

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

 span { border-color: rgb(118,166,112); }

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