Html Css Color HEX #76A471 Amulet

📋 copy color: '#76A471'

red 118 ◦ green 164 ◦ blue 113

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

Shades of Amulet #76A471

Tints of Amulet #76A471

RGB

 RED value IS 118 (46.48% from 255) = 29.87%

 GREEN value IS 164 (64.45% from 255) = 41.52%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 29.87%
G = 41.52%
B = 28.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#76A471 (or 0x76A471) is known color: Amulet. HEX triplet: 76, A4 and 71. RGB value is (118,164,113). Sum of RGB (Red+Green+Blue) = 118+164+113=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #76A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A471 is #895B8E. Grayscale: #909090. Windows color (decimal): -9001871 or 7447670. OLE color: 7447670.

HSL color Cylindrical-coordinate representation of color #76A471: hue angle of 114.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76A471 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 113 -
CMYK 0.28 0 0.31 0.36
HSL 114.12º 0.22% 0.54% -
HSV(B) 114.12º 0.31% 0.64% -
XYZ 23.73 31.59 20.47 -
YUV 144.43 110.26 109.15 -
System Red Green Blue C M Y K H S L
Decimal 118 164 113 0.28 0 0.31 0.36 114.12 0.22 0.54
Hex 76 A4 71 1C 0 1F 24 72 16 36
Octal 166 244 161 34 0 37 44 162 26 66
Binary 1110110 10100100 1110001 11100 0 11111 100100 1110010 10110 110110

Color Harmonies of #76A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A471

Black with #76A471

Text Example


Text Example

White with #76A471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A471; }

 p { color: rgb(118,164,113); }

 H1.HeaderClassName
 {
   color: #76A471;
 }
 .AnyTagClassName
 {
   color: #76A471;
 }
</style>

background-color css

<style>
 a { background-color: #76A471; }

 a { background-color: rgb(118,164,113); }

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

border-color css

<style>
 span { border-color: #76A471; }

 span { border-color: rgb(118,164,113); }

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