#77AA66

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

Shades of Amulet #77AA66

Tints of Amulet #77AA66

Color information

#77AA66 (or 0x77AA66) is unknown color: approx Amulet. HEX triplet: 77, AA and 66. RGB value is (119,170,102). Sum of RGB (Red+Green+Blue) = 119+170+102=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA66 is #885599. Grayscale: #939393. Windows color (decimal): -8934810 or 6728311. OLE color: 6728311.

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

Color convert

RGB119170102-
CMYK0.300.40.33
HSL105º28.57%53.33%-
HSV(B)105º40%66.67%-
XYZ24.3833.6317.78-
YUV147102.6108.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=30.43%
G=43.48%
B=26.09%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191701020.300.40.3310528.5753.33
Hex77AA661E02821691d35
Octal16725214636050411513565
Binary1110111101010101100110111100101000100001110100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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