Html Css Color HEX #839B7F Amulet

📋 copy color: '#839B7F'

red 131 ◦ green 155 ◦ blue 127

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

Shades of Amulet #839B7F

Tints of Amulet #839B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.75%

R = 31.72%
G = 37.53%
B = 30.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#839B7F (or 0x839B7F) is known color: Amulet. HEX triplet: 83, 9B and 7F. RGB value is (131,155,127). Sum of RGB (Red+Green+Blue) = 131+155+127=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #839B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B7F is #7C6480. Grayscale: #909090. Windows color (decimal): -8152193 or 8362883. OLE color: 8362883.

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

Color convert

RGB 131 155 127 -
CMYK 0.15 0 0.18 0.39
HSL 111.43º 0.12% 0.55% -
HSV(B) 111.43º 0.18% 0.61% -
XYZ 24.91 29.8 24.52 -
YUV 144.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 131 155 127 0.15 0 0.18 0.39 111.43 0.12 0.55
Hex 83 9B 7F F 0 12 27 6F C 37
Octal 203 233 177 17 0 22 47 157 14 67
Binary 10000011 10011011 1111111 1111 0 10010 100111 1101111 1100 110111

Color Harmonies of #839B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839B7F

Black with #839B7F

Text Example


Text Example

White with #839B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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