#77AA68

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

Shades of Amulet #77AA68

Tints of Amulet #77AA68

Color information

#77AA68 (or 0x77AA68) is unknown color: approx Amulet. HEX triplet: 77, AA and 68. RGB value is (119,170,104). Sum of RGB (Red+Green+Blue) = 119+170+104=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA68 is #885597. Grayscale: #939393. Windows color (decimal): -8934808 or 6859383. OLE color: 6859383.

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

Color convert

RGB119170104-
CMYK0.300.390.33
HSL106.36º27.97%53.73%-
HSV(B)106.36º38.82%66.67%-
XYZ24.4833.6718.31-
YUV147.23103.6107.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=30.28%
G=43.26%
B=26.46%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191701040.300.390.33106.3627.9753.73
Hex77AA681E027216a1c36
Octal16725215036047411523466
Binary1110111101010101101000111100100111100001110101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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