Html Css Color HEX #839D7D Amulet

📋 copy color: '#839D7D'

red 131 ◦ green 157 ◦ blue 125

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

Shades of Amulet #839D7D

Tints of Amulet #839D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.01%

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

R = 31.72%
G = 38.01%
B = 30.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#839D7D (or 0x839D7D) is known color: Amulet. HEX triplet: 83, 9D and 7D. RGB value is (131,157,125). Sum of RGB (Red+Green+Blue) = 131+157+125=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 157 - color contains mainly: green. Hex color #839D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839D7D is #7C6282. Grayscale: #919191. Windows color (decimal): -8151683 or 8232323. OLE color: 8232323.

HSL color Cylindrical-coordinate representation of color #839D7D: hue angle of 108.75º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #839D7D is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 157 125 -
CMYK 0.17 0 0.20 0.38
HSL 108.75º 0.14% 0.55% -
HSV(B) 108.75º 0.2% 0.62% -
XYZ 25.12 30.42 23.95 -
YUV 145.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 131 157 125 0.17 0 0.20 0.38 108.75 0.14 0.55
Hex 83 9D 7D 11 0 14 26 6D E 37
Octal 203 235 175 21 0 24 46 155 16 67
Binary 10000011 10011101 1111101 10001 0 10100 100110 1101101 1110 110111

Color Harmonies of #839D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839D7D

Black with #839D7D

Text Example


Text Example

White with #839D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839D7D; }

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

 H1.HeaderClassName
 {
   color: #839D7D;
 }
 .AnyTagClassName
 {
   color: #839D7D;
 }
</style>

background-color css

<style>
 a { background-color: #839D7D; }

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

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

border-color css

<style>
 span { border-color: #839D7D; }

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

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