Html Css Color HEX #839A74 Amulet

📋 copy color: '#839A74'

red 131 ◦ green 154 ◦ blue 116

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

Shades of Amulet #839A74

Tints of Amulet #839A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

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

R = 32.67%
G = 38.4%
B = 28.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#839A74 (or 0x839A74) is known color: Amulet. HEX triplet: 83, 9A and 74. RGB value is (131,154,116). Sum of RGB (Red+Green+Blue) = 131+154+116=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 154 - color contains mainly: green. Hex color #839A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839A74 is #7C658B. Grayscale: #8E8E8E. Windows color (decimal): -8152460 or 7641731. OLE color: 7641731.

HSL color Cylindrical-coordinate representation of color #839A74: hue angle of 96.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #839A74 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 154 116 -
CMYK 0.15 0 0.25 0.40
HSL 96.32º 0.16% 0.53% -
HSV(B) 96.32º 0.25% 0.6% -
XYZ 24.07 29.2 20.89 -
YUV 142.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 131 154 116 0.15 0 0.25 0.40 96.32 0.16 0.53
Hex 83 9A 74 F 0 19 28 60 10 35
Octal 203 232 164 17 0 31 50 140 20 65
Binary 10000011 10011010 1110100 1111 0 11001 101000 1100000 10000 110101

Color Harmonies of #839A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839A74

Black with #839A74

Text Example


Text Example

White with #839A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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