#77B36F

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

Shades of Amulet #77B36F

Tints of Amulet #77B36F

Color information

#77B36F (or 0x77B36F) is unknown color: approx Amulet. HEX triplet: 77, B3 and 6F. RGB value is (119,179,111). Sum of RGB (Red+Green+Blue) = 119+179+111=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #77B36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B36F is #884C90. Grayscale: #999999. Windows color (decimal): -8932497 or 7320439. OLE color: 7320439.

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

Color convert

RGB119179111-
CMYK0.3400.380.30
HSL112.94º30.91%56.86%-
HSV(B)112.94º37.99%70.2%-
XYZ26.637.3120.84-
YUV153.31104.12103.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=29.10%
G=43.77%
B=27.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191791110.3400.380.30112.9430.9156.86
Hex77B36F220261E711f39
Octal16726315742046361613771
Binary1110111101100111101111100010010011011110111000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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