Html Css Color HEX #80957F Stack

📋 copy color: '#80957F'

red 128 ◦ green 149 ◦ blue 127

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

Shades of Stack #80957F

Tints of Stack #80957F

RGB

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

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

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

R = 31.68%
G = 36.88%
B = 31.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#80957F (or 0x80957F) is known color: Stack. HEX triplet: 80, 95 and 7F. RGB value is (128,149,127). Sum of RGB (Red+Green+Blue) = 128+149+127=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #80957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80957F is #7F6A80. Grayscale: #8C8C8C. Windows color (decimal): -8350337 or 8361344. OLE color: 8361344.

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

Color convert

RGB 128 149 127 -
CMYK 0.14 0 0.15 0.42
HSL 117.27º 0.09% 0.54% -
HSV(B) 117.27º 0.15% 0.58% -
XYZ 23.48 27.62 24.17 -
YUV 140.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 128 149 127 0.14 0 0.15 0.42 117.27 0.09 0.54
Hex 80 95 7F E 0 F 2A 75 9 36
Octal 200 225 177 16 0 17 52 165 11 66
Binary 10000000 10010101 1111111 1110 0 1111 101010 1110101 1001 110110

Color Harmonies of #80957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80957F

Black with #80957F

Text Example


Text Example

White with #80957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80957F; }

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

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

background-color css

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

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

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

border-color css

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

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

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