Html Css Color HEX #839D74 Amulet

📋 copy color: '#839D74'

red 131 ◦ green 157 ◦ blue 116

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

Shades of Amulet #839D74

Tints of Amulet #839D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 32.43%
G = 38.86%
B = 28.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#839D74 (or 0x839D74) is known color: Amulet. HEX triplet: 83, 9D and 74. RGB value is (131,157,116). Sum of RGB (Red+Green+Blue) = 131+157+116=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #839D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839D74 is #7C628B. Grayscale: #909090. Windows color (decimal): -8151692 or 7642499. OLE color: 7642499.

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

Color convert

RGB 131 157 116 -
CMYK 0.17 0 0.26 0.38
HSL 98.05º 0.17% 0.54% -
HSV(B) 98.05º 0.26% 0.62% -
XYZ 24.57 30.2 21.06 -
YUV 144.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 131 157 116 0.17 0 0.26 0.38 98.05 0.17 0.54
Hex 83 9D 74 11 0 1A 26 62 11 36
Octal 203 235 164 21 0 32 46 142 21 66
Binary 10000011 10011101 1110100 10001 0 11010 100110 1100010 10001 110110

Color Harmonies of #839D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839D74

Black with #839D74

Text Example


Text Example

White with #839D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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