#76A969

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

Shades of Amulet #76A969

Tints of Amulet #76A969

Color information

#76A969 (or 0x76A969) is unknown color: approx Amulet. HEX triplet: 76, A9 and 69. RGB value is (118,169,105). Sum of RGB (Red+Green+Blue) = 118+169+105=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #76A969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A969 is #895696. Grayscale: #929292. Windows color (decimal): -9000599 or 6924662. OLE color: 6924662.

HSL color Cylindrical-coordinate representation of color #76A969: hue angle of 107.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76A969 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB118169105-
CMYK0.3000.380.34
HSL107.81º27.12%53.73%-
HSV(B)107.81º37.87%66.27%-
XYZ24.2133.2518.51-
YUV146.45104.6107.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=30.10%
G=43.11%
B=26.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1181691050.3000.380.34107.8127.1253.73
Hex76A9691E026226c1b36
Octal16625115136046421543366
Binary1110110101010011101001111100100110100010110110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,169,105); }

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

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

 a { background-color: rgb(118,169,105); }

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

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

 span { border-color: rgb(118,169,105); }

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