Html Css Color HEX #84AF6E Amulet

📋 copy color: '#84AF6E'

red 132 ◦ green 175 ◦ blue 110

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

Shades of Amulet #84AF6E

Tints of Amulet #84AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.38%

R = 31.65%
G = 41.97%
B = 26.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#84AF6E (or 0x84AF6E) is known color: Amulet. HEX triplet: 84, AF and 6E. RGB value is (132,175,110). Sum of RGB (Red+Green+Blue) = 132+175+110=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF6E is #7B5091. Grayscale: #9A9A9A. Windows color (decimal): -8081554 or 7253892. OLE color: 7253892.

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

Color convert

RGB 132 175 110 -
CMYK 0.25 0 0.37 0.31
HSL 99.69º 0.29% 0.56% -
HSV(B) 99.69º 0.37% 0.69% -
XYZ 27.66 36.69 20.38 -
YUV 154.73 102.75 111.79 -
System Red Green Blue C M Y K H S L
Decimal 132 175 110 0.25 0 0.37 0.31 99.69 0.29 0.56
Hex 84 AF 6E 19 0 25 1F 64 1D 38
Octal 204 257 156 31 0 45 37 144 35 70
Binary 10000100 10101111 1101110 11001 0 100101 11111 1100100 11101 111000

Color Harmonies of #84AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AF6E

Black with #84AF6E

Text Example


Text Example

White with #84AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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