Html Css Color HEX #82A676 Amulet

📋 copy color: '#82A676'

red 130 ◦ green 166 ◦ blue 118

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

Shades of Amulet #82A676

Tints of Amulet #82A676

RGB

 RED value IS 130 (51.17% from 255) = 31.4%

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

 BLUE value IS 118 (46.48% from 255) = 28.5%

R = 31.4%
G = 40.1%
B = 28.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#82A676 (or 0x82A676) is known color: Amulet. HEX triplet: 82, A6 and 76. RGB value is (130,166,118). Sum of RGB (Red+Green+Blue) = 130+166+118=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #82A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A676 is #7D5989. Grayscale: #959595. Windows color (decimal): -8214922 or 7775874. OLE color: 7775874.

HSL color Cylindrical-coordinate representation of color #82A676: hue angle of 105º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82A676 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 166 118 -
CMYK 0.22 0 0.29 0.35
HSL 105º 0.21% 0.56% -
HSV(B) 105º 0.29% 0.65% -
XYZ 26.11 33.33 22.2 -
YUV 149.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 130 166 118 0.22 0 0.29 0.35 105 0.21 0.56
Hex 82 A6 76 16 0 1D 23 69 15 38
Octal 202 246 166 26 0 35 43 151 25 70
Binary 10000010 10100110 1110110 10110 0 11101 100011 1101001 10101 111000

Color Harmonies of #82A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A676

Black with #82A676

Text Example


Text Example

White with #82A676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A676; }

 p { color: rgb(130,166,118); }

 H1.HeaderClassName
 {
   color: #82A676;
 }
 .AnyTagClassName
 {
   color: #82A676;
 }
</style>

background-color css

<style>
 a { background-color: #82A676; }

 a { background-color: rgb(130,166,118); }

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

border-color css

<style>
 span { border-color: #82A676; }

 span { border-color: rgb(130,166,118); }

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