Html Css Color HEX #82AA6F Amulet

📋 copy color: '#82AA6F'

red 130 ◦ green 170 ◦ blue 111

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

Shades of Amulet #82AA6F

Tints of Amulet #82AA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 31.63%
G = 41.36%
B = 27.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#82AA6F (or 0x82AA6F) is known color: Amulet. HEX triplet: 82, AA and 6F. RGB value is (130,170,111). Sum of RGB (Red+Green+Blue) = 130+170+111=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA6F is #7D5590. Grayscale: #979797. Windows color (decimal): -8213905 or 7318146. OLE color: 7318146.

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

Color convert

RGB 130 170 111 -
CMYK 0.24 0 0.35 0.33
HSL 100.68º 0.26% 0.55% -
HSV(B) 100.68º 0.35% 0.67% -
XYZ 26.45 34.64 20.33 -
YUV 151.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 130 170 111 0.24 0 0.35 0.33 100.68 0.26 0.55
Hex 82 AA 6F 18 0 23 21 65 1A 37
Octal 202 252 157 30 0 43 41 145 32 67
Binary 10000010 10101010 1101111 11000 0 100011 100001 1100101 11010 110111

Color Harmonies of #82AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA6F

Black with #82AA6F

Text Example


Text Example

White with #82AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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