Html Css Color HEX #77A067 Amulet

📋 copy color: '#77A067'

red 119 ◦ green 160 ◦ blue 103

#77A067
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #77A067

Tints of Amulet #77A067

RGB

 RED value IS 119 (46.88% from 255) = 31.15%

 GREEN value IS 160 (62.89% from 255) = 41.88%

 BLUE value IS 103 (40.63% from 255) = 26.96%

R = 31.15%
G = 41.88%
B = 26.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#77A067 (or 0x77A067) is known color: Amulet. HEX triplet: 77, A0 and 67. RGB value is (119,160,103). Sum of RGB (Red+Green+Blue) = 119+160+103=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #77A067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A067 is #885F98. Grayscale: #8D8D8D. Windows color (decimal): -8937369 or 6791287. OLE color: 6791287.

HSL color Cylindrical-coordinate representation of color #77A067: hue angle of 103.16º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77A067 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 160 103 -
CMYK 0.26 0 0.36 0.37
HSL 103.16º 0.23% 0.52% -
HSV(B) 103.16º 0.36% 0.63% -
XYZ 22.63 30.04 17.44 -
YUV 141.24 106.42 112.13 -
System Red Green Blue C M Y K H S L
Decimal 119 160 103 0.26 0 0.36 0.37 103.16 0.23 0.52
Hex 77 A0 67 1A 0 24 25 67 17 34
Octal 167 240 147 32 0 44 45 147 27 64
Binary 1110111 10100000 1100111 11010 0 100100 100101 1100111 10111 110100

Color Harmonies of #77A067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A067

Black with #77A067

Text Example


Text Example

White with #77A067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,160,103); }

 H1.HeaderClassName
 {
   color: #77A067;
 }
 .AnyTagClassName
 {
   color: #77A067;
 }
</style>

background-color css

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

 a { background-color: rgb(119,160,103); }

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

border-color css

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

 span { border-color: rgb(119,160,103); }

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