Html Css Color HEX #76AE71 Amulet

📋 copy color: '#76AE71'

red 118 ◦ green 174 ◦ blue 113

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

Shades of Amulet #76AE71

Tints of Amulet #76AE71

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.96%

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

R = 29.14%
G = 42.96%
B = 27.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#76AE71 (or 0x76AE71) is known color: Amulet. HEX triplet: 76, AE and 71. RGB value is (118,174,113). Sum of RGB (Red+Green+Blue) = 118+174+113=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AE71 is #89518E. Grayscale: #969696. Windows color (decimal): -8999311 or 7450230. OLE color: 7450230.

HSL color Cylindrical-coordinate representation of color #76AE71: hue angle of 115.08º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76AE71 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 174 113 -
CMYK 0.32 0 0.35 0.32
HSL 115.08º 0.27% 0.56% -
HSV(B) 115.08º 0.35% 0.68% -
XYZ 25.59 35.32 21.09 -
YUV 150.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 118 174 113 0.32 0 0.35 0.32 115.08 0.27 0.56
Hex 76 AE 71 20 0 23 20 73 1B 38
Octal 166 256 161 40 0 43 40 163 33 70
Binary 1110110 10101110 1110001 100000 0 100011 100000 1110011 11011 111000

Color Harmonies of #76AE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE71

Black with #76AE71

Text Example


Text Example

White with #76AE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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