Html Css Color HEX #82AA7F Amulet

📋 copy color: '#82AA7F'

red 130 ◦ green 170 ◦ blue 127

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

Shades of Amulet #82AA7F

Tints of Amulet #82AA7F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.81%

 BLUE value IS 127 (50% from 255) = 29.74%

R = 30.44%
G = 39.81%
B = 29.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#82AA7F (or 0x82AA7F) is known color: Amulet. HEX triplet: 82, AA and 7F. RGB value is (130,170,127). Sum of RGB (Red+Green+Blue) = 130+170+127=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA7F is #7D5580. Grayscale: #999999. Windows color (decimal): -8213889 or 8366722. OLE color: 8366722.

HSL color Cylindrical-coordinate representation of color #82AA7F: hue angle of 115.81º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82AA7F is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 170 127 -
CMYK 0.24 0 0.25 0.33
HSL 115.81º 0.2% 0.58% -
HSV(B) 115.81º 0.25% 0.67% -
XYZ 27.41 35.03 25.39 -
YUV 153.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 130 170 127 0.24 0 0.25 0.33 115.81 0.2 0.58
Hex 82 AA 7F 18 0 19 21 74 14 3A
Octal 202 252 177 30 0 31 41 164 24 72
Binary 10000010 10101010 1111111 11000 0 11001 100001 1110100 10100 111010

Color Harmonies of #82AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA7F

Black with #82AA7F

Text Example


Text Example

White with #82AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,170,127); }

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

background-color css

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

 a { background-color: rgb(130,170,127); }

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

border-color css

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

 span { border-color: rgb(130,170,127); }

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