Html Css Color HEX #77A568 Amulet

📋 copy color: '#77A568'

red 119 ◦ green 165 ◦ blue 104

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

Shades of Amulet #77A568

Tints of Amulet #77A568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.53%

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 30.67%
G = 42.53%
B = 26.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#77A568 (or 0x77A568) is known color: Amulet. HEX triplet: 77, A5 and 68. RGB value is (119,165,104). Sum of RGB (Red+Green+Blue) = 119+165+104=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #77A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A568 is #885A97. Grayscale: #909090. Windows color (decimal): -8936088 or 6858103. OLE color: 6858103.

HSL color Cylindrical-coordinate representation of color #77A568: hue angle of 105.25º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77A568 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 165 104 -
CMYK 0.28 0 0.37 0.35
HSL 105.25º 0.25% 0.53% -
HSV(B) 105.25º 0.37% 0.65% -
XYZ 23.56 31.83 18 -
YUV 144.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 119 165 104 0.28 0 0.37 0.35 105.25 0.25 0.53
Hex 77 A5 68 1C 0 25 23 69 19 35
Octal 167 245 150 34 0 45 43 151 31 65
Binary 1110111 10100101 1101000 11100 0 100101 100011 1101001 11001 110101

Color Harmonies of #77A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A568

Black with #77A568

Text Example


Text Example

White with #77A568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,165,104); }

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

background-color css

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

 a { background-color: rgb(119,165,104); }

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

border-color css

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

 span { border-color: rgb(119,165,104); }

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