Html Css Color HEX #839B76 Amulet

📋 copy color: '#839B76'

red 131 ◦ green 155 ◦ blue 118

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

Shades of Amulet #839B76

Tints of Amulet #839B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 32.43%
G = 38.37%
B = 29.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#839B76 (or 0x839B76) is known color: Amulet. HEX triplet: 83, 9B and 76. RGB value is (131,155,118). Sum of RGB (Red+Green+Blue) = 131+155+118=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #839B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B76 is #7C6489. Grayscale: #8F8F8F. Windows color (decimal): -8152202 or 7773059. OLE color: 7773059.

HSL color Cylindrical-coordinate representation of color #839B76: hue angle of 98.92º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839B76 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 155 118 -
CMYK 0.15 0 0.24 0.39
HSL 98.92º 0.16% 0.54% -
HSV(B) 98.92º 0.24% 0.61% -
XYZ 24.35 29.58 21.56 -
YUV 143.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 131 155 118 0.15 0 0.24 0.39 98.92 0.16 0.54
Hex 83 9B 76 F 0 18 27 63 10 36
Octal 203 233 166 17 0 30 47 143 20 66
Binary 10000011 10011011 1110110 1111 0 11000 100111 1100011 10000 110110

Color Harmonies of #839B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839B76

Black with #839B76

Text Example


Text Example

White with #839B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,155,118); }

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

background-color css

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

 a { background-color: rgb(131,155,118); }

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

border-color css

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

 span { border-color: rgb(131,155,118); }

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