#77AA77

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

Shades of Amulet #77AA77

Tints of Amulet #77AA77

Color information

#77AA77 (or 0x77AA77) is unknown color: approx Amulet. HEX triplet: 77, AA and 77. RGB value is (119,170,119). Sum of RGB (Red+Green+Blue) = 119+170+119=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA77 is #885588. Grayscale: #959595. Windows color (decimal): -8934793 or 7842423. OLE color: 7842423.

HSL color Cylindrical-coordinate representation of color #77AA77: hue angle of 120º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AA77 is Cyan = 0.3, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB119170119-
CMYK0.300.30.33
HSL120º23.08%56.67%-
HSV(B)120º30%66.67%-
XYZ25.313422.68-
YUV148.94111.1106.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 119 (46.88% from 255) = 29.17%
R=29.17%
G=41.67%
B=29.17%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191701190.300.30.3312023.0856.67
Hex77AA771E01E21781739
Octal16725216736036411702771
Binary111011110101010111011111110011110100001111100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,170,119); }

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

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

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

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

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

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

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