#80995B

Color #80995B Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #80995B

Tints of Highland #80995B

Color information

#80995B (or 0x80995B) is unknown color: approx Highland. HEX triplet: 80, 99 and 5B. RGB value is (128,153,91). Sum of RGB (Red+Green+Blue) = 128+153+91=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #80995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80995B is #7F66A4. Grayscale: #8A8A8A. Windows color (decimal): -8349349 or 6003072. OLE color: 6003072.

HSL color Cylindrical-coordinate representation of color #80995B: hue angle of 84.19º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80995B is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB12815391-
CMYK0.1600.410.4
HSL84.19º25.41%47.84%-
HSV(B)84.19º40.52%60%-
XYZ22.1828.1314.16-
YUV138.46101.22120.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=34.41%
G=41.13%
B=24.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128153910.1600.410.484.1925.4147.84
Hex80995B1002928541930
Octal20023113320051501243160
Binary10000000100110011011011100000101001101000101010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80995B; }

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

 H1.HeaderClassName
 {
   color: #80995B;
 }
 .AnyTagClassName
 {
   color: #80995B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #80995B;
 }
 .BgClassName
 {
   background-color: #80995B;
 }
</style>
border-color css

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

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

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