#80996D

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

Shades of Highland #80996D

Tints of Highland #80996D

Color information

#80996D (or 0x80996D) is unknown color: approx Highland. HEX triplet: 80, 99 and 6D. RGB value is (128,153,109). Sum of RGB (Red+Green+Blue) = 128+153+109=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #80996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80996D is #7F6692. Grayscale: #8C8C8C. Windows color (decimal): -8349331 or 7182720. OLE color: 7182720.

HSL color Cylindrical-coordinate representation of color #80996D: hue angle of 94.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80996D is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB128153109-
CMYK0.1600.290.4
HSL94.09º17.74%51.37%-
HSV(B)94.09º28.76%60%-
XYZ23.0528.4818.75-
YUV140.51110.22119.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=32.82%
G=39.23%
B=27.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281531090.1600.290.494.0917.7451.37
Hex80996D1001D285e1233
Octal20023115520035501362263
Binary1000000010011001110110110000011101101000101111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80996D; }

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

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

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

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

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

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

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

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