#77986F

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

Shades of Amulet #77986F

Tints of Amulet #77986F

Color information

#77986F (or 0x77986F) is unknown color: approx Amulet. HEX triplet: 77, 98 and 6F. RGB value is (119,152,111). Sum of RGB (Red+Green+Blue) = 119+152+111=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #77986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77986F is #886790. Grayscale: #898989. Windows color (decimal): -8939409 or 7313527. OLE color: 7313527.

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

Color convert

RGB119152111-
CMYK0.2200.270.40
HSL108.29º16.6%51.57%-
HSV(B)108.29º26.97%59.61%-
XYZ21.7127.5319.21-
YUV137.46113.07114.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=31.15%
G=39.79%
B=29.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521110.2200.270.40108.2916.651.57
Hex77986F1601B286c1134
Octal16723015726033501542164
Binary111011110011000110111110110011011101000110110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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