#77986D

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

Shades of Amulet #77986D

Tints of Amulet #77986D

Color information

#77986D (or 0x77986D) is unknown color: approx Amulet. HEX triplet: 77, 98 and 6D. RGB value is (119,152,109). Sum of RGB (Red+Green+Blue) = 119+152+109=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #77986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77986D is #886792. Grayscale: #898989. Windows color (decimal): -8939411 or 7182455. OLE color: 7182455.

HSL color Cylindrical-coordinate representation of color #77986D: hue angle of 106.05º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77986D is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB119152109-
CMYK0.2200.280.40
HSL106.05º17.27%51.18%-
HSV(B)106.05º28.29%59.61%-
XYZ21.627.4818.63-
YUV137.23112.07115-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=31.32%
G=40%
B=28.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521090.2200.280.40106.0517.2751.18
Hex77986D1601C286a1133
Octal16723015526034501522163
Binary111011110011000110110110110011100101000110101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77986D; }

 p { color: rgb(119,152,109); }

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

<style>
 a { background-color: #77986D; }

 a { background-color: rgb(119,152,109); }

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

<style>
 span { border-color: #77986D; }

 span { border-color: rgb(119,152,109); }

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