#77B46F

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

Shades of Amulet #77B46F

Tints of Amulet #77B46F

Color information

#77B46F (or 0x77B46F) is unknown color: approx Amulet. HEX triplet: 77, B4 and 6F. RGB value is (119,180,111). Sum of RGB (Red+Green+Blue) = 119+180+111=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #77B46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B46F is #884B90. Grayscale: #9A9A9A. Windows color (decimal): -8932241 or 7320695. OLE color: 7320695.

HSL color Cylindrical-coordinate representation of color #77B46F: hue angle of 113.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77B46F is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB119180111-
CMYK0.3400.380.29
HSL113.04º31.51%57.06%-
HSV(B)113.04º38.33%70.59%-
XYZ26.837.7120.91-
YUV153.89103.79103.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.02%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=29.02%
G=43.90%
B=27.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191801110.3400.380.29113.0431.5157.06
Hex77B46F220261D712039
Octal16726415742046351614071
Binary11101111011010011011111000100100110111011110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B46F; }

 p { color: rgb(119,180,111); }

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

<style>
 a { background-color: #77B46F; }

 a { background-color: rgb(119,180,111); }

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

<style>
 span { border-color: #77B46F; }

 span { border-color: rgb(119,180,111); }

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