Html Css Color HEX #84AD7D Amulet

📋 copy color: '#84AD7D'

red 132 ◦ green 173 ◦ blue 125

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

Shades of Amulet #84AD7D

Tints of Amulet #84AD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

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

R = 30.7%
G = 40.23%
B = 29.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#84AD7D (or 0x84AD7D) is known color: Amulet. HEX triplet: 84, AD and 7D. RGB value is (132,173,125). Sum of RGB (Red+Green+Blue) = 132+173+125=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD7D is #7B5282. Grayscale: #9B9B9B. Windows color (decimal): -8082051 or 8236420. OLE color: 8236420.

HSL color Cylindrical-coordinate representation of color #84AD7D: hue angle of 111.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84AD7D is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 173 125 -
CMYK 0.24 0 0.28 0.32
HSL 111.25º 0.23% 0.58% -
HSV(B) 111.25º 0.28% 0.68% -
XYZ 28.16 36.27 24.92 -
YUV 155.27 110.92 111.4 -
System Red Green Blue C M Y K H S L
Decimal 132 173 125 0.24 0 0.28 0.32 111.25 0.23 0.58
Hex 84 AD 7D 18 0 1C 20 6F 17 3A
Octal 204 255 175 30 0 34 40 157 27 72
Binary 10000100 10101101 1111101 11000 0 11100 100000 1101111 10111 111010

Color Harmonies of #84AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AD7D

Black with #84AD7D

Text Example


Text Example

White with #84AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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