Html Css Color HEX #82AA71 Amulet

📋 copy color: '#82AA71'

red 130 ◦ green 170 ◦ blue 113

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

Shades of Amulet #82AA71

Tints of Amulet #82AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 113 (44.53% from 255) = 27.36%

R = 31.48%
G = 41.16%
B = 27.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#82AA71 (or 0x82AA71) is known color: Amulet. HEX triplet: 82, AA and 71. RGB value is (130,170,113). Sum of RGB (Red+Green+Blue) = 130+170+113=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA71 is #7D558E. Grayscale: #979797. Windows color (decimal): -8213903 or 7449218. OLE color: 7449218.

HSL color Cylindrical-coordinate representation of color #82AA71: hue angle of 102.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82AA71 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 170 113 -
CMYK 0.24 0 0.34 0.33
HSL 102.11º 0.25% 0.55% -
HSV(B) 102.11º 0.34% 0.67% -
XYZ 26.56 34.69 20.92 -
YUV 151.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 130 170 113 0.24 0 0.34 0.33 102.11 0.25 0.55
Hex 82 AA 71 18 0 22 21 66 19 37
Octal 202 252 161 30 0 42 41 146 31 67
Binary 10000010 10101010 1110001 11000 0 100010 100001 1100110 11001 110111

Color Harmonies of #82AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA71

Black with #82AA71

Text Example


Text Example

White with #82AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,170,113); }

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

background-color css

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

 a { background-color: rgb(130,170,113); }

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

border-color css

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

 span { border-color: rgb(130,170,113); }

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