Html Css Color HEX #76AB71 Amulet

📋 copy color: '#76AB71'

red 118 ◦ green 171 ◦ blue 113

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

Shades of Amulet #76AB71

Tints of Amulet #76AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

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

R = 29.35%
G = 42.54%
B = 28.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#76AB71 (or 0x76AB71) is known color: Amulet. HEX triplet: 76, AB and 71. RGB value is (118,171,113). Sum of RGB (Red+Green+Blue) = 118+171+113=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB71 is #89548E. Grayscale: #949494. Windows color (decimal): -9000079 or 7449462. OLE color: 7449462.

HSL color Cylindrical-coordinate representation of color #76AB71: hue angle of 114.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76AB71 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 113 -
CMYK 0.31 0 0.34 0.33
HSL 114.83º 0.26% 0.56% -
HSV(B) 114.83º 0.34% 0.67% -
XYZ 25.01 34.17 20.9 -
YUV 148.54 107.94 106.22 -
System Red Green Blue C M Y K H S L
Decimal 118 171 113 0.31 0 0.34 0.33 114.83 0.26 0.56
Hex 76 AB 71 1F 0 22 21 73 1A 38
Octal 166 253 161 37 0 42 41 163 32 70
Binary 1110110 10101011 1110001 11111 0 100010 100001 1110011 11010 111000

Color Harmonies of #76AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB71

Black with #76AB71

Text Example


Text Example

White with #76AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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