Html Css Color HEX #809880 Stack

📋 copy color: '#809880'

red 128 ◦ green 152 ◦ blue 128

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

Shades of Stack #809880

Tints of Stack #809880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.25%

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

R = 31.37%
G = 37.25%
B = 31.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#809880 (or 0x809880) is known color: Stack. HEX triplet: 80, 98 and 80. RGB value is (128,152,128). Sum of RGB (Red+Green+Blue) = 128+152+128=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #809880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809880 is #7F677F. Grayscale: #8E8E8E. Windows color (decimal): -8349568 or 8427648. OLE color: 8427648.

HSL color Cylindrical-coordinate representation of color #809880: hue angle of 120º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809880 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 128 -
CMYK 0.16 0 0.16 0.40
HSL 120º 0.1% 0.55% -
HSV(B) 120º 0.16% 0.6% -
XYZ 24.03 28.6 24.68 -
YUV 142.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 128 152 128 0.16 0 0.16 0.40 120 0.1 0.55
Hex 80 98 80 10 0 10 28 78 A 37
Octal 200 230 200 20 0 20 50 170 12 67
Binary 10000000 10011000 10000000 10000 0 10000 101000 1111000 1010 110111

Color Harmonies of #809880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809880

Black with #809880

Text Example


Text Example

White with #809880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809880; }

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

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

background-color css

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

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

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

border-color css

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

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

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