Html Css Color HEX #84AA6D Amulet

📋 copy color: '#84AA6D'

red 132 ◦ green 170 ◦ blue 109

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

Shades of Amulet #84AA6D

Tints of Amulet #84AA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 32.12%
G = 41.36%
B = 26.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#84AA6D (or 0x84AA6D) is known color: Amulet. HEX triplet: 84, AA and 6D. RGB value is (132,170,109). Sum of RGB (Red+Green+Blue) = 132+170+109=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA6D is #7B5592. Grayscale: #979797. Windows color (decimal): -8082835 or 7187076. OLE color: 7187076.

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

Color convert

RGB 132 170 109 -
CMYK 0.22 0 0.36 0.33
HSL 97.38º 0.26% 0.55% -
HSV(B) 97.38º 0.36% 0.67% -
XYZ 26.65 34.76 19.77 -
YUV 151.68 103.91 113.96 -
System Red Green Blue C M Y K H S L
Decimal 132 170 109 0.22 0 0.36 0.33 97.38 0.26 0.55
Hex 84 AA 6D 16 0 24 21 61 1A 37
Octal 204 252 155 26 0 44 41 141 32 67
Binary 10000100 10101010 1101101 10110 0 100100 100001 1100001 11010 110111

Color Harmonies of #84AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AA6D

Black with #84AA6D

Text Example


Text Example

White with #84AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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