#77AF66

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

Shades of Amulet #77AF66

Tints of Amulet #77AF66

Color information

#77AF66 (or 0x77AF66) is unknown color: approx Amulet. HEX triplet: 77, AF and 66. RGB value is (119,175,102). Sum of RGB (Red+Green+Blue) = 119+175+102=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AF66 is #885099. Grayscale: #969696. Windows color (decimal): -8933530 or 6729591. OLE color: 6729591.

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

Color convert

RGB119175102-
CMYK0.3200.420.31
HSL106.03º31.33%54.31%-
HSV(B)106.03º41.71%68.63%-
XYZ25.3435.5418.1-
YUV149.93100.95105.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 102 (40.23% from 255) = 25.76%
R=30.05%
G=44.19%
B=25.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191751020.3200.420.31106.0331.3354.31
Hex77AF662002A1F6a1f36
Octal16725714640052371523766
Binary1110111101011111100110100000010101011111110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,175,102); }

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

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

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

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

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

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

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