Html Css Color HEX #82AD75 Amulet

📋 copy color: '#82AD75'

red 130 ◦ green 173 ◦ blue 117

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

Shades of Amulet #82AD75

Tints of Amulet #82AD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 30.95%
G = 41.19%
B = 27.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#82AD75 (or 0x82AD75) is known color: Amulet. HEX triplet: 82, AD and 75. RGB value is (130,173,117). Sum of RGB (Red+Green+Blue) = 130+173+117=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD75 is #7D528A. Grayscale: #999999. Windows color (decimal): -8213131 or 7712130. OLE color: 7712130.

HSL color Cylindrical-coordinate representation of color #82AD75: hue angle of 106.07º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82AD75 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 173 117 -
CMYK 0.25 0 0.32 0.32
HSL 106.07º 0.25% 0.57% -
HSV(B) 106.07º 0.32% 0.68% -
XYZ 27.36 35.92 22.32 -
YUV 153.76 107.25 111.05 -
System Red Green Blue C M Y K H S L
Decimal 130 173 117 0.25 0 0.32 0.32 106.07 0.25 0.57
Hex 82 AD 75 19 0 20 20 6A 19 39
Octal 202 255 165 31 0 40 40 152 31 71
Binary 10000010 10101101 1110101 11001 0 100000 100000 1101010 11001 111001

Color Harmonies of #82AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD75

Black with #82AD75

Text Example


Text Example

White with #82AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,117); }

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

background-color css

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

 a { background-color: rgb(130,173,117); }

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

border-color css

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

 span { border-color: rgb(130,173,117); }

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