Html Css Color HEX #839D7A Amulet

📋 copy color: '#839D7A'

red 131 ◦ green 157 ◦ blue 122

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

Shades of Amulet #839D7A

Tints of Amulet #839D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 31.95%
G = 38.29%
B = 29.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#839D7A (or 0x839D7A) is known color: Amulet. HEX triplet: 83, 9D and 7A. RGB value is (131,157,122). Sum of RGB (Red+Green+Blue) = 131+157+122=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #839D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839D7A is #7C6285. Grayscale: #919191. Windows color (decimal): -8151686 or 8035715. OLE color: 8035715.

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

Color convert

RGB 131 157 122 -
CMYK 0.17 0 0.22 0.38
HSL 104.57º 0.15% 0.55% -
HSV(B) 104.57º 0.22% 0.62% -
XYZ 24.93 30.34 22.96 -
YUV 145.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 131 157 122 0.17 0 0.22 0.38 104.57 0.15 0.55
Hex 83 9D 7A 11 0 16 26 69 F 37
Octal 203 235 172 21 0 26 46 151 17 67
Binary 10000011 10011101 1111010 10001 0 10110 100110 1101001 1111 110111

Color Harmonies of #839D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839D7A

Black with #839D7A

Text Example


Text Example

White with #839D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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