Html Css Color HEX #80995E Highland

📋 copy color: '#80995E'

red 128 ◦ green 153 ◦ blue 94

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

Shades of Highland #80995E

Tints of Highland #80995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 34.13%
G = 40.8%
B = 25.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#80995E (or 0x80995E) is known color: Highland. HEX triplet: 80, 99 and 5E. RGB value is (128,153,94). Sum of RGB (Red+Green+Blue) = 128+153+94=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #80995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80995E is #7F66A1. Grayscale: #8B8B8B. Windows color (decimal): -8349346 or 6199680. OLE color: 6199680.

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

Color convert

RGB 128 153 94 -
CMYK 0.16 0 0.39 0.4
HSL 85.42º 0.24% 0.48% -
HSV(B) 85.42º 0.39% 0.6% -
XYZ 22.31 28.18 14.85 -
YUV 138.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 128 153 94 0.16 0 0.39 0.4 85.42 0.24 0.48
Hex 80 99 5E 10 0 27 28 55 18 30
Octal 200 231 136 20 0 47 50 125 30 60
Binary 10000000 10011001 1011110 10000 0 100111 101000 1010101 11000 110000

Color Harmonies of #80995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80995E

Black with #80995E

Text Example


Text Example

White with #80995E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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