Html Css Color HEX #76A574 Amulet

📋 copy color: '#76A574'

red 118 ◦ green 165 ◦ blue 116

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

Shades of Amulet #76A574

Tints of Amulet #76A574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.07%

R = 29.57%
G = 41.35%
B = 29.07%

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

#76A574 (or 0x76A574) is known color: Amulet. HEX triplet: 76, A5 and 74. RGB value is (118,165,116). Sum of RGB (Red+Green+Blue) = 118+165+116=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #76A574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A574 is #895A8B. Grayscale: #919191. Windows color (decimal): -9001612 or 7644534. OLE color: 7644534.

HSL color Cylindrical-coordinate representation of color #76A574: hue angle of 117.55º degrees, saturation: 0.21, 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 #76A574 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 116 -
CMYK 0.28 0 0.30 0.35
HSL 117.55º 0.21% 0.55% -
HSV(B) 117.55º 0.3% 0.65% -
XYZ 24.08 32.02 21.43 -
YUV 145.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 118 165 116 0.28 0 0.30 0.35 117.55 0.21 0.55
Hex 76 A5 74 1C 0 1E 23 76 15 37
Octal 166 245 164 34 0 36 43 166 25 67
Binary 1110110 10100101 1110100 11100 0 11110 100011 1110110 10101 110111

Color Harmonies of #76A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A574

Black with #76A574

Text Example


Text Example

White with #76A574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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