Html Css Color HEX #84A17F Amulet

📋 copy color: '#84A17F'

red 132 ◦ green 161 ◦ blue 127

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

Shades of Amulet #84A17F

Tints of Amulet #84A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 31.43%
G = 38.33%
B = 30.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#84A17F (or 0x84A17F) is known color: Amulet. HEX triplet: 84, A1 and 7F. RGB value is (132,161,127). Sum of RGB (Red+Green+Blue) = 132+161+127=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #84A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A17F is #7B5E80. Grayscale: #949494. Windows color (decimal): -8085121 or 8364420. OLE color: 8364420.

HSL color Cylindrical-coordinate representation of color #84A17F: hue angle of 111.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A17F is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 161 127 -
CMYK 0.18 0 0.21 0.37
HSL 111.18º 0.15% 0.56% -
HSV(B) 111.18º 0.21% 0.63% -
XYZ 26.09 31.93 24.87 -
YUV 148.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 132 161 127 0.18 0 0.21 0.37 111.18 0.15 0.56
Hex 84 A1 7F 12 0 15 25 6F F 38
Octal 204 241 177 22 0 25 45 157 17 70
Binary 10000100 10100001 1111111 10010 0 10101 100101 1101111 1111 111000

Color Harmonies of #84A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A17F

Black with #84A17F

Text Example


Text Example

White with #84A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,161,127); }

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

background-color css

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

 a { background-color: rgb(132,161,127); }

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

border-color css

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

 span { border-color: rgb(132,161,127); }

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