Html Css Color HEX #839680 Stack

📋 copy color: '#839680'

red 131 ◦ green 150 ◦ blue 128

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

Shades of Stack #839680

Tints of Stack #839680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 32.03%
G = 36.67%
B = 31.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#839680 (or 0x839680) is known color: Stack. HEX triplet: 83, 96 and 80. RGB value is (131,150,128). Sum of RGB (Red+Green+Blue) = 131+150+128=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #839680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839680 is #7C697F. Grayscale: #8D8D8D. Windows color (decimal): -8153472 or 8427139. OLE color: 8427139.

HSL color Cylindrical-coordinate representation of color #839680: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #839680 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 150 128 -
CMYK 0.13 0 0.15 0.41
HSL 111.82º 0.09% 0.55% -
HSV(B) 111.82º 0.15% 0.59% -
XYZ 24.16 28.2 24.59 -
YUV 141.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 131 150 128 0.13 0 0.15 0.41 111.82 0.09 0.55
Hex 83 96 80 D 0 F 29 70 9 37
Octal 203 226 200 15 0 17 51 160 11 67
Binary 10000011 10010110 10000000 1101 0 1111 101001 1110000 1001 110111

Color Harmonies of #839680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839680

Black with #839680

Text Example


Text Example

White with #839680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839680; }

 p { color: rgb(131,150,128); }

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

background-color css

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

 a { background-color: rgb(131,150,128); }

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

border-color css

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

 span { border-color: rgb(131,150,128); }

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