Html Css Color HEX #84A76F Amulet

📋 copy color: '#84A76F'

red 132 ◦ green 167 ◦ blue 111

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

Shades of Amulet #84A76F

Tints of Amulet #84A76F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 32.2%
G = 40.73%
B = 27.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#84A76F (or 0x84A76F) is known color: Amulet. HEX triplet: 84, A7 and 6F. RGB value is (132,167,111). Sum of RGB (Red+Green+Blue) = 132+167+111=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #84A76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A76F is #7B5890. Grayscale: #969696. Windows color (decimal): -8083601 or 7317380. OLE color: 7317380.

HSL color Cylindrical-coordinate representation of color #84A76F: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84A76F is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 167 111 -
CMYK 0.21 0 0.34 0.35
HSL 97.5º 0.24% 0.55% -
HSV(B) 97.5º 0.34% 0.65% -
XYZ 26.2 33.69 20.16 -
YUV 150.15 105.9 115.05 -
System Red Green Blue C M Y K H S L
Decimal 132 167 111 0.21 0 0.34 0.35 97.5 0.24 0.55
Hex 84 A7 6F 15 0 22 23 62 18 37
Octal 204 247 157 25 0 42 43 142 30 67
Binary 10000100 10100111 1101111 10101 0 100010 100011 1100010 11000 110111

Color Harmonies of #84A76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A76F

Black with #84A76F

Text Example


Text Example

White with #84A76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,167,111); }

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

background-color css

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

 a { background-color: rgb(132,167,111); }

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

border-color css

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

 span { border-color: rgb(132,167,111); }

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