Html Css Color HEX #83A07B Amulet

📋 copy color: '#83A07B'

red 131 ◦ green 160 ◦ blue 123

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

Shades of Amulet #83A07B

Tints of Amulet #83A07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.65%

 BLUE value IS 123 (48.44% from 255) = 29.71%

R = 31.64%
G = 38.65%
B = 29.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#83A07B (or 0x83A07B) is known color: Amulet. HEX triplet: 83, A0 and 7B. RGB value is (131,160,123). Sum of RGB (Red+Green+Blue) = 131+160+123=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #83A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A07B is #7C5F84. Grayscale: #939393. Windows color (decimal): -8150917 or 8102019. OLE color: 8102019.

HSL color Cylindrical-coordinate representation of color #83A07B: hue angle of 107.03º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83A07B is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 160 123 -
CMYK 0.18 0 0.23 0.37
HSL 107.03º 0.16% 0.55% -
HSV(B) 107.03º 0.23% 0.63% -
XYZ 25.51 31.4 23.45 -
YUV 147.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 131 160 123 0.18 0 0.23 0.37 107.03 0.16 0.55
Hex 83 A0 7B 12 0 17 25 6B 10 37
Octal 203 240 173 22 0 27 45 153 20 67
Binary 10000011 10100000 1111011 10010 0 10111 100101 1101011 10000 110111

Color Harmonies of #83A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A07B

Black with #83A07B

Text Example


Text Example

White with #83A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,160,123); }

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

background-color css

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

 a { background-color: rgb(131,160,123); }

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

border-color css

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

 span { border-color: rgb(131,160,123); }

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