Html Css Color HEX #809480 Stack

📋 copy color: '#809480'

red 128 ◦ green 148 ◦ blue 128

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

Shades of Stack #809480

Tints of Stack #809480

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 31.68%
G = 36.63%
B = 31.68%

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

#809480 (or 0x809480) is known color: Stack. HEX triplet: 80, 94 and 80. RGB value is (128,148,128). Sum of RGB (Red+Green+Blue) = 128+148+128=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #809480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809480 is #7F6B7F. Grayscale: #8B8B8B. Windows color (decimal): -8350592 or 8426624. OLE color: 8426624.

HSL color Cylindrical-coordinate representation of color #809480: 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 #809480 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 128 -
CMYK 0.14 0 0.14 0.42
HSL 120º 0.09% 0.54% -
HSV(B) 120º 0.14% 0.58% -
XYZ 23.39 27.33 24.46 -
YUV 139.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 128 148 128 0.14 0 0.14 0.42 120 0.09 0.54
Hex 80 94 80 E 0 E 2A 78 9 36
Octal 200 224 200 16 0 16 52 170 11 66
Binary 10000000 10010100 10000000 1110 0 1110 101010 1111000 1001 110110

Color Harmonies of #809480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809480

Black with #809480

Text Example


Text Example

White with #809480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809480; }

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

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

background-color css

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

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

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

border-color css

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

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

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