#779E69

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

Shades of Amulet #779E69

Tints of Amulet #779E69

Color information

#779E69 (or 0x779E69) is unknown color: approx Amulet. HEX triplet: 77, 9E and 69. RGB value is (119,158,105). Sum of RGB (Red+Green+Blue) = 119+158+105=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 158 - color contains mainly: green. Hex color #779E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779E69 is #886196. Grayscale: #8C8C8C. Windows color (decimal): -8937879 or 6921847. OLE color: 6921847.

HSL color Cylindrical-coordinate representation of color #779E69: hue angle of 104.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #779E69 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB119158105-
CMYK0.2500.340.38
HSL104.15º21.46%51.57%-
HSV(B)104.15º33.54%61.96%-
XYZ22.3829.417.86-
YUV140.3108.08112.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=31.15%
G=41.36%
B=27.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191581050.2500.340.38104.1521.4651.57
Hex779E691902226681534
Octal16723615131042461502564
Binary1110111100111101101001110010100010100110110100010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779E69; }

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

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

<style>
 a { background-color: #779E69; }

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

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

<style>
 span { border-color: #779E69; }

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

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