#76AD67

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

Shades of Amulet #76AD67

Tints of Amulet #76AD67

Color information

#76AD67 (or 0x76AD67) is unknown color: approx Amulet. HEX triplet: 76, AD and 67. RGB value is (118,173,103). Sum of RGB (Red+Green+Blue) = 118+173+103=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AD67 is #895298. Grayscale: #949494. Windows color (decimal): -8999577 or 6794614. OLE color: 6794614.

HSL color Cylindrical-coordinate representation of color #76AD67: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76AD67 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB118173103-
CMYK0.3200.400.32
HSL107.14º29.91%54.12%-
HSV(B)107.14º40.46%67.84%-
XYZ24.8634.7218.22-
YUV148.57102.28106.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=29.95%
G=43.91%
B=26.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181731030.3200.400.32107.1429.9154.12
Hex76AD6720028206b1e36
Octal16625514740050401533666
Binary11101101010110111001111000000101000100000110101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,173,103); }

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

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

 a { background-color: rgb(118,173,103); }

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

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

 span { border-color: rgb(118,173,103); }

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