Html Css Color HEX #83AD7F Amulet

📋 copy color: '#83AD7F'

red 131 ◦ green 173 ◦ blue 127

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

Shades of Amulet #83AD7F

Tints of Amulet #83AD7F

RGB

 RED value IS 131 (51.56% from 255) = 30.39%

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

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

R = 30.39%
G = 40.14%
B = 29.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#83AD7F (or 0x83AD7F) is known color: Amulet. HEX triplet: 83, AD and 7F. RGB value is (131,173,127). Sum of RGB (Red+Green+Blue) = 131+173+127=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD7F is #7C5280. Grayscale: #9B9B9B. Windows color (decimal): -8147585 or 8367491. OLE color: 8367491.

HSL color Cylindrical-coordinate representation of color #83AD7F: hue angle of 114.78º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83AD7F is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 173 127 -
CMYK 0.24 0 0.27 0.32
HSL 114.78º 0.22% 0.59% -
HSV(B) 114.78º 0.27% 0.68% -
XYZ 28.13 36.24 25.59 -
YUV 155.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 131 173 127 0.24 0 0.27 0.32 114.78 0.22 0.59
Hex 83 AD 7F 18 0 1B 20 73 16 3B
Octal 203 255 177 30 0 33 40 163 26 73
Binary 10000011 10101101 1111111 11000 0 11011 100000 1110011 10110 111011

Color Harmonies of #83AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD7F

Black with #83AD7F

Text Example


Text Example

White with #83AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AD7F; }

 p { color: rgb(131,173,127); }

 H1.HeaderClassName
 {
   color: #83AD7F;
 }
 .AnyTagClassName
 {
   color: #83AD7F;
 }
</style>

background-color css

<style>
 a { background-color: #83AD7F; }

 a { background-color: rgb(131,173,127); }

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

border-color css

<style>
 span { border-color: #83AD7F; }

 span { border-color: rgb(131,173,127); }

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