Html Css Color HEX #82987F Amulet

📋 copy color: '#82987F'

red 130 ◦ green 152 ◦ blue 127

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

Shades of Amulet #82987F

Tints of Amulet #82987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

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

R = 31.78%
G = 37.16%
B = 31.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#82987F (or 0x82987F) is known color: Amulet. HEX triplet: 82, 98 and 7F. RGB value is (130,152,127). Sum of RGB (Red+Green+Blue) = 130+152+127=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #82987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82987F is #7D6780. Grayscale: #8E8E8E. Windows color (decimal): -8218497 or 8362114. OLE color: 8362114.

HSL color Cylindrical-coordinate representation of color #82987F: hue angle of 112.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82987F is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 127 -
CMYK 0.14 0 0.16 0.40
HSL 112.8º 0.11% 0.55% -
HSV(B) 112.8º 0.16% 0.6% -
XYZ 24.26 28.73 24.35 -
YUV 142.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 130 152 127 0.14 0 0.16 0.40 112.8 0.11 0.55
Hex 82 98 7F E 0 10 28 71 B 37
Octal 202 230 177 16 0 20 50 161 13 67
Binary 10000010 10011000 1111111 1110 0 10000 101000 1110001 1011 110111

Color Harmonies of #82987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82987F

Black with #82987F

Text Example


Text Example

White with #82987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82987F; }

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

 H1.HeaderClassName
 {
   color: #82987F;
 }
 .AnyTagClassName
 {
   color: #82987F;
 }
</style>

background-color css

<style>
 a { background-color: #82987F; }

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

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

border-color css

<style>
 span { border-color: #82987F; }

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

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