Html Css Color HEX #82AF76 Amulet

📋 copy color: '#82AF76'

red 130 ◦ green 175 ◦ blue 118

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

Shades of Amulet #82AF76

Tints of Amulet #82AF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

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

R = 30.73%
G = 41.37%
B = 27.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#82AF76 (or 0x82AF76) is known color: Amulet. HEX triplet: 82, AF and 76. RGB value is (130,175,118). Sum of RGB (Red+Green+Blue) = 130+175+118=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF76 is #7D5089. Grayscale: #9B9B9B. Windows color (decimal): -8212618 or 7778178. OLE color: 7778178.

HSL color Cylindrical-coordinate representation of color #82AF76: hue angle of 107.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82AF76 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 118 -
CMYK 0.26 0 0.33 0.31
HSL 107.37º 0.26% 0.57% -
HSV(B) 107.37º 0.33% 0.69% -
XYZ 27.81 36.71 22.76 -
YUV 155.05 107.09 110.13 -
System Red Green Blue C M Y K H S L
Decimal 130 175 118 0.26 0 0.33 0.31 107.37 0.26 0.57
Hex 82 AF 76 1A 0 21 1F 6B 1A 39
Octal 202 257 166 32 0 41 37 153 32 71
Binary 10000010 10101111 1110110 11010 0 100001 11111 1101011 11010 111001

Color Harmonies of #82AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF76

Black with #82AF76

Text Example


Text Example

White with #82AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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