Html Css Color HEX #76A475 Amulet

📋 copy color: '#76A475'

red 118 ◦ green 164 ◦ blue 117

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

Shades of Amulet #76A475

Tints of Amulet #76A475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 29.57%
G = 41.1%
B = 29.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#76A475 (or 0x76A475) is known color: Amulet. HEX triplet: 76, A4 and 75. RGB value is (118,164,117). Sum of RGB (Red+Green+Blue) = 118+164+117=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #76A475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A475 is #895B8A. Grayscale: #919191. Windows color (decimal): -9001867 or 7709814. OLE color: 7709814.

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

Color convert

RGB 118 164 117 -
CMYK 0.28 0 0.29 0.36
HSL 118.72º 0.21% 0.55% -
HSV(B) 118.72º 0.29% 0.64% -
XYZ 23.96 31.69 21.68 -
YUV 144.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 118 164 117 0.28 0 0.29 0.36 118.72 0.21 0.55
Hex 76 A4 75 1C 0 1D 24 77 15 37
Octal 166 244 165 34 0 35 44 167 25 67
Binary 1110110 10100100 1110101 11100 0 11101 100100 1110111 10101 110111

Color Harmonies of #76A475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A475

Black with #76A475

Text Example


Text Example

White with #76A475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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