Html Css Color HEX #82AD74 Amulet

📋 copy color: '#82AD74'

red 130 ◦ green 173 ◦ blue 116

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

Shades of Amulet #82AD74

Tints of Amulet #82AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 31.03%
G = 41.29%
B = 27.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#82AD74 (or 0x82AD74) is known color: Amulet. HEX triplet: 82, AD and 74. RGB value is (130,173,116). Sum of RGB (Red+Green+Blue) = 130+173+116=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD74 is #7D528B. Grayscale: #999999. Windows color (decimal): -8213132 or 7646594. OLE color: 7646594.

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

Color convert

RGB 130 173 116 -
CMYK 0.25 0 0.33 0.32
HSL 105.26º 0.26% 0.57% -
HSV(B) 105.26º 0.33% 0.68% -
XYZ 27.3 35.89 22.01 -
YUV 153.65 106.75 111.13 -
System Red Green Blue C M Y K H S L
Decimal 130 173 116 0.25 0 0.33 0.32 105.26 0.26 0.57
Hex 82 AD 74 19 0 21 20 69 1A 39
Octal 202 255 164 31 0 41 40 151 32 71
Binary 10000010 10101101 1110100 11001 0 100001 100000 1101001 11010 111001

Color Harmonies of #82AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD74

Black with #82AD74

Text Example


Text Example

White with #82AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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