Html Css Color HEX #84AA71 Amulet

📋 copy color: '#84AA71'

red 132 ◦ green 170 ◦ blue 113

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

Shades of Amulet #84AA71

Tints of Amulet #84AA71

RGB

 RED value IS 132 (51.95% from 255) = 31.81%

 GREEN value IS 170 (66.8% from 255) = 40.96%

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

R = 31.81%
G = 40.96%
B = 27.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#84AA71 (or 0x84AA71) is known color: Amulet. HEX triplet: 84, AA and 71. RGB value is (132,170,113). Sum of RGB (Red+Green+Blue) = 132+170+113=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA71 is #7B558E. Grayscale: #989898. Windows color (decimal): -8082831 or 7449220. OLE color: 7449220.

HSL color Cylindrical-coordinate representation of color #84AA71: hue angle of 100º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84AA71 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 170 113 -
CMYK 0.22 0 0.34 0.33
HSL 100º 0.25% 0.55% -
HSV(B) 100º 0.34% 0.67% -
XYZ 26.87 34.85 20.93 -
YUV 152.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 132 170 113 0.22 0 0.34 0.33 100 0.25 0.55
Hex 84 AA 71 16 0 22 21 64 19 37
Octal 204 252 161 26 0 42 41 144 31 67
Binary 10000100 10101010 1110001 10110 0 100010 100001 1100100 11001 110111

Color Harmonies of #84AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AA71

Black with #84AA71

Text Example


Text Example

White with #84AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AA71; }

 p { color: rgb(132,170,113); }

 H1.HeaderClassName
 {
   color: #84AA71;
 }
 .AnyTagClassName
 {
   color: #84AA71;
 }
</style>

background-color css

<style>
 a { background-color: #84AA71; }

 a { background-color: rgb(132,170,113); }

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

border-color css

<style>
 span { border-color: #84AA71; }

 span { border-color: rgb(132,170,113); }

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