Html Css Color HEX #809580 Stack

📋 copy color: '#809580'

red 128 ◦ green 149 ◦ blue 128

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

Shades of Stack #809580

Tints of Stack #809580

RGB

 RED value IS 128 (50.39% from 255) = 31.6%

 GREEN value IS 149 (58.59% from 255) = 36.79%

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

R = 31.6%
G = 36.79%
B = 31.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#809580 (or 0x809580) is known color: Stack. HEX triplet: 80, 95 and 80. RGB value is (128,149,128). Sum of RGB (Red+Green+Blue) = 128+149+128=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #809580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809580 is #7F6A7F. Grayscale: #8C8C8C. Windows color (decimal): -8350336 or 8426880. OLE color: 8426880.

HSL color Cylindrical-coordinate representation of color #809580: hue angle of 120º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #809580 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 128 -
CMYK 0.14 0 0.14 0.42
HSL 120º 0.09% 0.54% -
HSV(B) 120º 0.14% 0.58% -
XYZ 23.55 27.64 24.52 -
YUV 140.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 128 149 128 0.14 0 0.14 0.42 120 0.09 0.54
Hex 80 95 80 E 0 E 2A 78 9 36
Octal 200 225 200 16 0 16 52 170 11 66
Binary 10000000 10010101 10000000 1110 0 1110 101010 1111000 1001 110110

Color Harmonies of #809580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809580

Black with #809580

Text Example


Text Example

White with #809580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809580; }

 p { color: rgb(128,149,128); }

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

background-color css

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

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

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

border-color css

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

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

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