#76986D

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

Shades of Amulet #76986D

Tints of Amulet #76986D

Color information

#76986D (or 0x76986D) is unknown color: approx Amulet. HEX triplet: 76, 98 and 6D. RGB value is (118,152,109). Sum of RGB (Red+Green+Blue) = 118+152+109=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #76986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76986D is #896792. Grayscale: #898989. Windows color (decimal): -9004947 or 7182454. OLE color: 7182454.

HSL color Cylindrical-coordinate representation of color #76986D: hue angle of 107.44º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76986D is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB118152109-
CMYK0.2200.280.40
HSL107.44º17.27%51.18%-
HSV(B)107.44º28.29%59.61%-
XYZ21.4627.4118.63-
YUV136.93112.24114.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=31.13%
G=40.11%
B=28.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521090.2200.280.40107.4417.2751.18
Hex76986D1601C286b1133
Octal16623015526034501532163
Binary111011010011000110110110110011100101000110101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76986D; }

 p { color: rgb(118,152,109); }

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

<style>
 a { background-color: #76986D; }

 a { background-color: rgb(118,152,109); }

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

<style>
 span { border-color: #76986D; }

 span { border-color: rgb(118,152,109); }

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