Html Css Color HEX #82AA72 Amulet

📋 copy color: '#82AA72'

red 130 ◦ green 170 ◦ blue 114

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

Shades of Amulet #82AA72

Tints of Amulet #82AA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 31.4%
G = 41.06%
B = 27.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#82AA72 (or 0x82AA72) is known color: Amulet. HEX triplet: 82, AA and 72. RGB value is (130,170,114). Sum of RGB (Red+Green+Blue) = 130+170+114=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA72 is #7D558D. Grayscale: #979797. Windows color (decimal): -8213902 or 7514754. OLE color: 7514754.

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

Color convert

RGB 130 170 114 -
CMYK 0.24 0 0.33 0.33
HSL 102.86º 0.25% 0.56% -
HSV(B) 102.86º 0.33% 0.67% -
XYZ 26.62 34.71 21.22 -
YUV 151.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 130 170 114 0.24 0 0.33 0.33 102.86 0.25 0.56
Hex 82 AA 72 18 0 21 21 67 19 38
Octal 202 252 162 30 0 41 41 147 31 70
Binary 10000010 10101010 1110010 11000 0 100001 100001 1100111 11001 111000

Color Harmonies of #82AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA72

Black with #82AA72

Text Example


Text Example

White with #82AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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