#77AF68

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

Shades of Amulet #77AF68

Tints of Amulet #77AF68

Color information

#77AF68 (or 0x77AF68) is unknown color: approx Amulet. HEX triplet: 77, AF and 68. RGB value is (119,175,104). Sum of RGB (Red+Green+Blue) = 119+175+104=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AF68 is #885097. Grayscale: #969696. Windows color (decimal): -8933528 or 6860663. OLE color: 6860663.

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

Color convert

RGB119175104-
CMYK0.3200.410.31
HSL107.32º30.74%54.71%-
HSV(B)107.32º40.57%68.63%-
XYZ25.4435.5818.62-
YUV150.16101.95105.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=29.90%
G=43.97%
B=26.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191751040.3200.410.31107.3230.7454.71
Hex77AF68200291F6b1f37
Octal16725715040051371533767
Binary1110111101011111101000100000010100111111110101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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