#77A86B

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

Shades of Amulet #77A86B

Tints of Amulet #77A86B

Color information

#77A86B (or 0x77A86B) is unknown color: approx Amulet. HEX triplet: 77, A8 and 6B. RGB value is (119,168,107). Sum of RGB (Red+Green+Blue) = 119+168+107=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 168 - color contains mainly: green. Hex color #77A86B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A86B is #885794. Grayscale: #929292. Windows color (decimal): -8935317 or 7055479. OLE color: 7055479.

HSL color Cylindrical-coordinate representation of color #77A86B: hue angle of 108.2º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77A86B is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB119168107-
CMYK0.2900.360.34
HSL108.2º25.96%53.92%-
HSV(B)108.2º36.31%65.88%-
XYZ24.2632.9919-
YUV146.4105.77108.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 168 (66.02% from 255) = 42.64%
BLUE value IS 107 (42.19% from 255) = 27.16%
R=30.20%
G=42.64%
B=27.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191681070.2900.360.34108.225.9653.92
Hex77A86B1D024226c1a36
Octal16725015335044421543266
Binary1110111101010001101011111010100100100010110110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,168,107); }

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

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

 a { background-color: rgb(119,168,107); }

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

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

 span { border-color: rgb(119,168,107); }

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