Html Css Color HEX #84A66F Amulet

📋 copy color: '#84A66F'

red 132 ◦ green 166 ◦ blue 111

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

Shades of Amulet #84A66F

Tints of Amulet #84A66F

RGB

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

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

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

R = 32.27%
G = 40.59%
B = 27.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#84A66F (or 0x84A66F) is known color: Amulet. HEX triplet: 84, A6 and 6F. RGB value is (132,166,111). Sum of RGB (Red+Green+Blue) = 132+166+111=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #84A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A66F is #7B5990. Grayscale: #959595. Windows color (decimal): -8083857 or 7317124. OLE color: 7317124.

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

Color convert

RGB 132 166 111 -
CMYK 0.20 0 0.33 0.35
HSL 97.09º 0.24% 0.54% -
HSV(B) 97.09º 0.33% 0.65% -
XYZ 26.02 33.33 20.1 -
YUV 149.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 132 166 111 0.20 0 0.33 0.35 97.09 0.24 0.54
Hex 84 A6 6F 14 0 21 23 61 18 36
Octal 204 246 157 24 0 41 43 141 30 66
Binary 10000100 10100110 1101111 10100 0 100001 100011 1100001 11000 110110

Color Harmonies of #84A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A66F

Black with #84A66F

Text Example


Text Example

White with #84A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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