Html Css Color HEX #82AF7C Amulet

📋 copy color: '#82AF7C'

red 130 ◦ green 175 ◦ blue 124

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

Shades of Amulet #82AF7C

Tints of Amulet #82AF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 30.3%
G = 40.79%
B = 28.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#82AF7C (or 0x82AF7C) is known color: Amulet. HEX triplet: 82, AF and 7C. RGB value is (130,175,124). Sum of RGB (Red+Green+Blue) = 130+175+124=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF7C is #7D5083. Grayscale: #9B9B9B. Windows color (decimal): -8212612 or 8171394. OLE color: 8171394.

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

Color convert

RGB 130 175 124 -
CMYK 0.26 0 0.29 0.31
HSL 112.94º 0.24% 0.59% -
HSV(B) 112.94º 0.29% 0.69% -
XYZ 28.17 36.86 24.7 -
YUV 155.73 110.09 109.65 -
System Red Green Blue C M Y K H S L
Decimal 130 175 124 0.26 0 0.29 0.31 112.94 0.24 0.59
Hex 82 AF 7C 1A 0 1D 1F 71 18 3B
Octal 202 257 174 32 0 35 37 161 30 73
Binary 10000010 10101111 1111100 11010 0 11101 11111 1110001 11000 111011

Color Harmonies of #82AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF7C

Black with #82AF7C

Text Example


Text Example

White with #82AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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