Html Css Color HEX #82AF6B Amulet

📋 copy color: '#82AF6B'

red 130 ◦ green 175 ◦ blue 107

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

Shades of Amulet #82AF6B

Tints of Amulet #82AF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 31.55%
G = 42.48%
B = 25.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#82AF6B (or 0x82AF6B) is known color: Amulet. HEX triplet: 82, AF and 6B. RGB value is (130,175,107). Sum of RGB (Red+Green+Blue) = 130+175+107=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF6B is #7D5094. Grayscale: #9A9A9A. Windows color (decimal): -8212629 or 7057282. OLE color: 7057282.

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

Color convert

RGB 130 175 107 -
CMYK 0.26 0 0.39 0.31
HSL 99.71º 0.3% 0.55% -
HSV(B) 99.71º 0.39% 0.69% -
XYZ 27.19 36.47 19.52 -
YUV 153.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 130 175 107 0.26 0 0.39 0.31 99.71 0.3 0.55
Hex 82 AF 6B 1A 0 27 1F 64 1E 37
Octal 202 257 153 32 0 47 37 144 36 67
Binary 10000010 10101111 1101011 11010 0 100111 11111 1100100 11110 110111

Color Harmonies of #82AF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF6B

Black with #82AF6B

Text Example


Text Example

White with #82AF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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