#76996C

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

Shades of Amulet #76996C

Tints of Amulet #76996C

Color information

#76996C (or 0x76996C) is unknown color: approx Amulet. HEX triplet: 76, 99 and 6C. RGB value is (118,153,108). Sum of RGB (Red+Green+Blue) = 118+153+108=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #76996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76996C is #896693. Grayscale: #898989. Windows color (decimal): -9004692 or 7117174. OLE color: 7117174.

HSL color Cylindrical-coordinate representation of color #76996C: hue angle of 106.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76996C is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB118153108-
CMYK0.2300.290.4
HSL106.67º18.07%51.18%-
HSV(B)106.67º29.41%60%-
XYZ21.5727.7218.4-
YUV137.4111.4114.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=31.13%
G=40.37%
B=28.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181531080.2300.290.4106.6718.0751.18
Hex76996C1701D286b1233
Octal16623115427035501532263
Binary111011010011001110110010111011101101000110101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76996C; }

 p { color: rgb(118,153,108); }

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

<style>
 a { background-color: #76996C; }

 a { background-color: rgb(118,153,108); }

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

<style>
 span { border-color: #76996C; }

 span { border-color: rgb(118,153,108); }

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