Html Css Color HEX #82A76D Amulet

📋 copy color: '#82A76D'

red 130 ◦ green 167 ◦ blue 109

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

Shades of Amulet #82A76D

Tints of Amulet #82A76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 32.02%
G = 41.13%
B = 26.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#82A76D (or 0x82A76D) is known color: Amulet. HEX triplet: 82, A7 and 6D. RGB value is (130,167,109). Sum of RGB (Red+Green+Blue) = 130+167+109=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #82A76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A76D is #7D5892. Grayscale: #959595. Windows color (decimal): -8214675 or 7186306. OLE color: 7186306.

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

Color convert

RGB 130 167 109 -
CMYK 0.22 0 0.35 0.35
HSL 98.28º 0.25% 0.54% -
HSV(B) 98.28º 0.35% 0.65% -
XYZ 25.78 33.49 19.57 -
YUV 149.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 130 167 109 0.22 0 0.35 0.35 98.28 0.25 0.54
Hex 82 A7 6D 16 0 23 23 62 19 36
Octal 202 247 155 26 0 43 43 142 31 66
Binary 10000010 10100111 1101101 10110 0 100011 100011 1100010 11001 110110

Color Harmonies of #82A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A76D

Black with #82A76D

Text Example


Text Example

White with #82A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,167,109); }

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

background-color css

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

 a { background-color: rgb(130,167,109); }

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

border-color css

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

 span { border-color: rgb(130,167,109); }

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