#77a370

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

Shades of Amulet #77A370

Tints of Amulet #77A370

Color information

#77A370 (or 0x77A370) is unknown color: approx Amulet. HEX triplet: 77, A3 and 70. RGB value is (119,163,112). Sum of RGB (Red+Green+Blue) = 119+163+112=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #77A370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A370 is #885C8F. Grayscale: #909090. Windows color (decimal): -8936592 or 7381879. OLE color: 7381879.

HSL color Cylindrical-coordinate representation of color #77A370: hue angle of 111.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77A370 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB119163112-
CMYK0.2700.310.36
HSL111.76º21.7%53.92%-
HSV(B)111.76º31.29%63.92%-
XYZ23.6331.2920.12-
YUV144.03109.92110.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 163 (64.06% from 255) = 41.37%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=30.20%
G=41.37%
B=28.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191631120.2700.310.36111.7621.753.92
Hex77A3701B01F24701636
Octal16724316033037441602666
Binary111011110100011111000011011011111100100111000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77a370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,163,112); }

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

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

 a { background-color: rgb(119,163,112); }

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

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

 span { border-color: rgb(119,163,112); }

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