Html Css Color HEX #76A573 Amulet

📋 copy color: '#76A573'

red 118 ◦ green 165 ◦ blue 115

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

Shades of Amulet #76A573

Tints of Amulet #76A573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.89%

R = 29.65%
G = 41.46%
B = 28.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#76A573 (or 0x76A573) is known color: Amulet. HEX triplet: 76, A5 and 73. RGB value is (118,165,115). Sum of RGB (Red+Green+Blue) = 118+165+115=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #76A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A573 is #895A8C. Grayscale: #919191. Windows color (decimal): -9001613 or 7578998. OLE color: 7578998.

HSL color Cylindrical-coordinate representation of color #76A573: hue angle of 116.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A573 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 115 -
CMYK 0.28 0 0.30 0.35
HSL 116.4º 0.22% 0.55% -
HSV(B) 116.4º 0.3% 0.65% -
XYZ 24.02 32 21.13 -
YUV 145.25 110.93 108.57 -
System Red Green Blue C M Y K H S L
Decimal 118 165 115 0.28 0 0.30 0.35 116.4 0.22 0.55
Hex 76 A5 73 1C 0 1E 23 74 16 37
Octal 166 245 163 34 0 36 43 164 26 67
Binary 1110110 10100101 1110011 11100 0 11110 100011 1110100 10110 110111

Color Harmonies of #76A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A573

Black with #76A573

Text Example


Text Example

White with #76A573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,115); }

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

background-color css

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

 a { background-color: rgb(118,165,115); }

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

border-color css

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

 span { border-color: rgb(118,165,115); }

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