Html Css Color HEX #83AF7D Amulet

📋 copy color: '#83AF7D'

red 131 ◦ green 175 ◦ blue 125

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

Shades of Amulet #83AF7D

Tints of Amulet #83AF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 30.39%
G = 40.6%
B = 29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#83AF7D (or 0x83AF7D) is known color: Amulet. HEX triplet: 83, AF and 7D. RGB value is (131,175,125). Sum of RGB (Red+Green+Blue) = 131+175+125=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF7D is #7C5082. Grayscale: #9C9C9C. Windows color (decimal): -8147075 or 8236931. OLE color: 8236931.

HSL color Cylindrical-coordinate representation of color #83AF7D: hue angle of 112.8º 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 #83AF7D is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 125 -
CMYK 0.25 0 0.29 0.31
HSL 112.8º 0.24% 0.59% -
HSV(B) 112.8º 0.29% 0.69% -
XYZ 28.39 36.97 25.04 -
YUV 156.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 131 175 125 0.25 0 0.29 0.31 112.8 0.24 0.59
Hex 83 AF 7D 19 0 1D 1F 71 18 3B
Octal 203 257 175 31 0 35 37 161 30 73
Binary 10000011 10101111 1111101 11001 0 11101 11111 1110001 11000 111011

Color Harmonies of #83AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF7D

Black with #83AF7D

Text Example


Text Example

White with #83AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,125); }

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

background-color css

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

 a { background-color: rgb(131,175,125); }

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

border-color css

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

 span { border-color: rgb(131,175,125); }

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