#76946F

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

Shades of Amulet #76946F

Tints of Amulet #76946F

Color information

#76946F (or 0x76946F) is unknown color: approx Amulet. HEX triplet: 76, 94 and 6F. RGB value is (118,148,111). Sum of RGB (Red+Green+Blue) = 118+148+111=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #76946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76946F is #896B90. Grayscale: #868686. Windows color (decimal): -9005969 or 7312502. OLE color: 7312502.

HSL color Cylindrical-coordinate representation of color #76946F: hue angle of 108.65º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76946F is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB118148111-
CMYK0.2000.250.42
HSL108.65º14.74%50.78%-
HSV(B)108.65º25%58.04%-
XYZ20.9326.1818.99-
YUV134.81114.56116.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=31.30%
G=39.26%
B=29.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181481110.2000.250.42108.6514.7450.78
Hex76946F140192A6df33
Octal16622415724031521551763
Binary11101101001010011011111010001100110101011011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76946F; }

 p { color: rgb(118,148,111); }

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

<style>
 a { background-color: #76946F; }

 a { background-color: rgb(118,148,111); }

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

<style>
 span { border-color: #76946F; }

 span { border-color: rgb(118,148,111); }

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