#76956B

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

Shades of Amulet #76956B

Tints of Amulet #76956B

Color information

#76956B (or 0x76956B) is unknown color: approx Amulet. HEX triplet: 76, 95 and 6B. RGB value is (118,149,107). Sum of RGB (Red+Green+Blue) = 118+149+107=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #76956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76956B is #896A94. Grayscale: #878787. Windows color (decimal): -9005717 or 7050614. OLE color: 7050614.

HSL color Cylindrical-coordinate representation of color #76956B: hue angle of 104.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76956B is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB118149107-
CMYK0.2100.280.42
HSL104.29º16.54%50.2%-
HSV(B)104.29º28.19%58.43%-
XYZ20.8726.4117.91-
YUV134.94112.23115.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=31.55%
G=39.84%
B=28.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491070.2100.280.42104.2916.5450.2
Hex76956B1501C2A681132
Octal16622515325034521502162
Binary111011010010101110101110101011100101010110100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76956B; }

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

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

<style>
 a { background-color: #76956B; }

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

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

<style>
 span { border-color: #76956B; }

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

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