Html Css Color HEX #84AF7D Amulet

📋 copy color: '#84AF7D'

red 132 ◦ green 175 ◦ blue 125

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

Shades of Amulet #84AF7D

Tints of Amulet #84AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

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

R = 30.56%
G = 40.51%
B = 28.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#84AF7D (or 0x84AF7D) is known color: Amulet. HEX triplet: 84, AF and 7D. RGB value is (132,175,125). Sum of RGB (Red+Green+Blue) = 132+175+125=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF7D is #7B5082. Grayscale: #9C9C9C. Windows color (decimal): -8081539 or 8236932. OLE color: 8236932.

HSL color Cylindrical-coordinate representation of color #84AF7D: hue angle of 111.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84AF7D is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 175 125 -
CMYK 0.25 0 0.29 0.31
HSL 111.6º 0.24% 0.59% -
HSV(B) 111.6º 0.29% 0.69% -
XYZ 28.55 37.05 25.05 -
YUV 156.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 132 175 125 0.25 0 0.29 0.31 111.6 0.24 0.59
Hex 84 AF 7D 19 0 1D 1F 70 18 3B
Octal 204 257 175 31 0 35 37 160 30 73
Binary 10000100 10101111 1111101 11001 0 11101 11111 1110000 11000 111011

Color Harmonies of #84AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AF7D

Black with #84AF7D

Text Example


Text Example

White with #84AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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