#77AA69

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

Shades of Amulet #77AA69

Tints of Amulet #77AA69

Color information

#77AA69 (or 0x77AA69) is unknown color: approx Amulet. HEX triplet: 77, AA and 69. RGB value is (119,170,105). Sum of RGB (Red+Green+Blue) = 119+170+105=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA69 is #885596. Grayscale: #939393. Windows color (decimal): -8934807 or 6924919. OLE color: 6924919.

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

Color convert

RGB119170105-
CMYK0.300.380.33
HSL107.08º27.66%53.92%-
HSV(B)107.08º38.24%66.67%-
XYZ24.5333.6918.57-
YUV147.34104.1107.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=30.20%
G=43.15%
B=26.65%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191701050.300.380.33107.0827.6653.92
Hex77AA691E026216b1c36
Octal16725215136046411533466
Binary1110111101010101101001111100100110100001110101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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