Html Css Color HEX #839B70 Amulet

📋 copy color: '#839B70'

red 131 ◦ green 155 ◦ blue 112

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

Shades of Amulet #839B70

Tints of Amulet #839B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 32.91%
G = 38.94%
B = 28.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#839B70 (or 0x839B70) is known color: Amulet. HEX triplet: 83, 9B and 70. RGB value is (131,155,112). Sum of RGB (Red+Green+Blue) = 131+155+112=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #839B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B70 is #7C648F. Grayscale: #8F8F8F. Windows color (decimal): -8152208 or 7379843. OLE color: 7379843.

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

Color convert

RGB 131 155 112 -
CMYK 0.15 0 0.28 0.39
HSL 93.49º 0.18% 0.52% -
HSV(B) 93.49º 0.28% 0.61% -
XYZ 24.01 29.44 19.75 -
YUV 142.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 131 155 112 0.15 0 0.28 0.39 93.49 0.18 0.52
Hex 83 9B 70 F 0 1C 27 5D 12 34
Octal 203 233 160 17 0 34 47 135 22 64
Binary 10000011 10011011 1110000 1111 0 11100 100111 1011101 10010 110100

Color Harmonies of #839B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839B70

Black with #839B70

Text Example


Text Example

White with #839B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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