Html Css Color HEX #84AA7A Amulet

📋 copy color: '#84AA7A'

red 132 ◦ green 170 ◦ blue 122

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

Shades of Amulet #84AA7A

Tints of Amulet #84AA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.77%

R = 31.13%
G = 40.09%
B = 28.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#84AA7A (or 0x84AA7A) is known color: Amulet. HEX triplet: 84, AA and 7A. RGB value is (132,170,122). Sum of RGB (Red+Green+Blue) = 132+170+122=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA7A is #7B5585. Grayscale: #999999. Windows color (decimal): -8082822 or 8039044. OLE color: 8039044.

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

Color convert

RGB 132 170 122 -
CMYK 0.22 0 0.28 0.33
HSL 107.5º 0.22% 0.57% -
HSV(B) 107.5º 0.28% 0.67% -
XYZ 27.4 35.06 23.74 -
YUV 153.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 132 170 122 0.22 0 0.28 0.33 107.5 0.22 0.57
Hex 84 AA 7A 16 0 1C 21 6C 16 39
Octal 204 252 172 26 0 34 41 154 26 71
Binary 10000100 10101010 1111010 10110 0 11100 100001 1101100 10110 111001

Color Harmonies of #84AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AA7A

Black with #84AA7A

Text Example


Text Example

White with #84AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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