Html Css Color HEX #84AC7D Amulet

📋 copy color: '#84AC7D'

red 132 ◦ green 172 ◦ blue 125

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

Shades of Amulet #84AC7D

Tints of Amulet #84AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 30.77%
G = 40.09%
B = 29.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#84AC7D (or 0x84AC7D) is known color: Amulet. HEX triplet: 84, AC and 7D. RGB value is (132,172,125). Sum of RGB (Red+Green+Blue) = 132+172+125=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AC7D is #7B5382. Grayscale: #9A9A9A. Windows color (decimal): -8082307 or 8236164. OLE color: 8236164.

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

Color convert

RGB 132 172 125 -
CMYK 0.23 0 0.27 0.33
HSL 111.06º 0.22% 0.58% -
HSV(B) 111.06º 0.27% 0.67% -
XYZ 27.97 35.89 24.86 -
YUV 154.68 111.25 111.82 -
System Red Green Blue C M Y K H S L
Decimal 132 172 125 0.23 0 0.27 0.33 111.06 0.22 0.58
Hex 84 AC 7D 17 0 1B 21 6F 16 3A
Octal 204 254 175 27 0 33 41 157 26 72
Binary 10000100 10101100 1111101 10111 0 11011 100001 1101111 10110 111010

Color Harmonies of #84AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC7D

Black with #84AC7D

Text Example


Text Example

White with #84AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,172,125); }

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

background-color css

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

 a { background-color: rgb(132,172,125); }

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

border-color css

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

 span { border-color: rgb(132,172,125); }

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