#77B36A

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

Shades of Amulet #77B36A

Tints of Amulet #77B36A

Color information

#77B36A (or 0x77B36A) is unknown color: approx Amulet. HEX triplet: 77, B3 and 6A. RGB value is (119,179,106). Sum of RGB (Red+Green+Blue) = 119+179+106=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #77B36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B36A is #884C95. Grayscale: #989898. Windows color (decimal): -8932502 or 6992759. OLE color: 6992759.

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

Color convert

RGB119179106-
CMYK0.3400.410.30
HSL109.32º32.44%55.88%-
HSV(B)109.32º40.78%70.2%-
XYZ26.3337.219.43-
YUV152.74101.62103.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 179 (70.31% from 255) = 44.31%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=29.46%
G=44.31%
B=26.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191791060.3400.410.30109.3232.4455.88
Hex77B36A220291E6d2038
Octal16726315242051361554070
Binary11101111011001111010101000100101001111101101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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