Html Css Color HEX #80997F Stack

📋 copy color: '#80997F'

red 128 ◦ green 153 ◦ blue 127

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

Shades of Stack #80997F

Tints of Stack #80997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.5%

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

R = 31.37%
G = 37.5%
B = 31.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#80997F (or 0x80997F) is known color: Stack. HEX triplet: 80, 99 and 7F. RGB value is (128,153,127). Sum of RGB (Red+Green+Blue) = 128+153+127=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #80997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80997F is #7F6680. Grayscale: #8E8E8E. Windows color (decimal): -8349313 or 8362368. OLE color: 8362368.

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

Color convert

RGB 128 153 127 -
CMYK 0.16 0 0.17 0.4
HSL 117.69º 0.11% 0.55% -
HSV(B) 117.69º 0.17% 0.6% -
XYZ 24.12 28.9 24.39 -
YUV 142.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 128 153 127 0.16 0 0.17 0.4 117.69 0.11 0.55
Hex 80 99 7F 10 0 11 28 76 B 37
Octal 200 231 177 20 0 21 50 166 13 67
Binary 10000000 10011001 1111111 10000 0 10001 101000 1110110 1011 110111

Color Harmonies of #80997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80997F

Black with #80997F

Text Example


Text Example

White with #80997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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