Html Css Color HEX #84A680 Amulet

📋 copy color: '#84A680'

red 132 ◦ green 166 ◦ blue 128

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

Shades of Amulet #84A680

Tints of Amulet #84A680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 30.99%
G = 38.97%
B = 30.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#84A680 (or 0x84A680) is known color: Amulet. HEX triplet: 84, A6 and 80. RGB value is (132,166,128). Sum of RGB (Red+Green+Blue) = 132+166+128=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #84A680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A680 is #7B597F. Grayscale: #979797. Windows color (decimal): -8083840 or 8431236. OLE color: 8431236.

HSL color Cylindrical-coordinate representation of color #84A680: hue angle of 113.68º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84A680 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 166 128 -
CMYK 0.20 0 0.23 0.35
HSL 113.68º 0.18% 0.58% -
HSV(B) 113.68º 0.23% 0.65% -
XYZ 27.05 33.74 25.51 -
YUV 151.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 132 166 128 0.20 0 0.23 0.35 113.68 0.18 0.58
Hex 84 A6 80 14 0 17 23 72 12 3A
Octal 204 246 200 24 0 27 43 162 22 72
Binary 10000100 10100110 10000000 10100 0 10111 100011 1110010 10010 111010

Color Harmonies of #84A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A680

Black with #84A680

Text Example


Text Example

White with #84A680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,166,128); }

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

background-color css

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

 a { background-color: rgb(132,166,128); }

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

border-color css

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

 span { border-color: rgb(132,166,128); }

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