#77AE67

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

Shades of Amulet #77AE67

Tints of Amulet #77AE67

Color information

#77AE67 (or 0x77AE67) is unknown color: approx Amulet. HEX triplet: 77, AE and 67. RGB value is (119,174,103). Sum of RGB (Red+Green+Blue) = 119+174+103=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AE67 is #885198. Grayscale: #959595. Windows color (decimal): -8933785 or 6794871. OLE color: 6794871.

HSL color Cylindrical-coordinate representation of color #77AE67: hue angle of 106.48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77AE67 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB119174103-
CMYK0.3200.410.32
HSL106.48º30.47%54.31%-
HSV(B)106.48º40.8%68.24%-
XYZ25.1935.1718.29-
YUV149.46101.78106.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=30.05%
G=43.94%
B=26.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191741030.3200.410.32106.4830.4754.31
Hex77AE6720029206a1e36
Octal16725614740051401523666
Binary11101111010111011001111000000101001100000110101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,174,103); }

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

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

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

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

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

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

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