#76956A

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

Shades of Amulet #76956A

Tints of Amulet #76956A

Color information

#76956A (or 0x76956A) is unknown color: approx Amulet. HEX triplet: 76, 95 and 6A. RGB value is (118,149,106). Sum of RGB (Red+Green+Blue) = 118+149+106=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #76956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76956A is #896A95. Grayscale: #868686. Windows color (decimal): -9005718 or 6985078. OLE color: 6985078.

HSL color Cylindrical-coordinate representation of color #76956A: hue angle of 103.26º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76956A is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB118149106-
CMYK0.2100.290.42
HSL103.26º16.86%50%-
HSV(B)103.26º28.86%58.43%-
XYZ20.8226.3917.63-
YUV134.83111.73116-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=31.64%
G=39.95%
B=28.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491060.2100.290.42103.2616.8650
Hex76956A1501D2A671132
Octal16622515225035521472162
Binary111011010010101110101010101011101101010110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76956A; }

 p { color: rgb(118,149,106); }

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

<style>
 a { background-color: #76956A; }

 a { background-color: rgb(118,149,106); }

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

<style>
 span { border-color: #76956A; }

 span { border-color: rgb(118,149,106); }

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