#76A36B

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

Shades of Amulet #76A36B

Tints of Amulet #76A36B

Color information

#76A36B (or 0x76A36B) is unknown color: approx Amulet. HEX triplet: 76, A3 and 6B. RGB value is (118,163,107). Sum of RGB (Red+Green+Blue) = 118+163+107=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #76A36B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A36B is #895C94. Grayscale: #8F8F8F. Windows color (decimal): -9002133 or 7054198. OLE color: 7054198.

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

Color convert

RGB118163107-
CMYK0.2800.340.36
HSL108.21º23.33%52.94%-
HSV(B)108.21º34.36%63.92%-
XYZ23.2231.1118.69-
YUV143.16107.59110.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=30.41%
G=42.01%
B=27.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181631070.2800.340.36108.2123.3352.94
Hex76A36B1C022246c1735
Octal16624315334042441542765
Binary1110110101000111101011111000100010100100110110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,163,107); }

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

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

 a { background-color: rgb(118,163,107); }

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

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

 span { border-color: rgb(118,163,107); }

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