Html Css Color HEX #80914E Wasabi

📋 copy color: '#80914E'

red 128 ◦ green 145 ◦ blue 78

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

Shades of Wasabi #80914E

Tints of Wasabi #80914E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

 BLUE value IS 78 (30.86% from 255) = 22.22%

R = 36.47%
G = 41.31%
B = 22.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#80914E (or 0x80914E) is known color: Wasabi. HEX triplet: 80, 91 and 4E. RGB value is (128,145,78). Sum of RGB (Red+Green+Blue) = 128+145+78=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #80914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80914E is #7F6EB1. Grayscale: #848484. Windows color (decimal): -8351410 or 5149056. OLE color: 5149056.

HSL color Cylindrical-coordinate representation of color #80914E: hue angle of 75.22º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80914E is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 145 78 -
CMYK 0.12 0 0.46 0.43
HSL 75.22º 0.3% 0.44% -
HSV(B) 75.22º 0.46% 0.57% -
XYZ 20.4 25.39 11.03 -
YUV 132.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 128 145 78 0.12 0 0.46 0.43 75.22 0.3 0.44
Hex 80 91 4E C 0 2E 2B 4B 1E 2C
Octal 200 221 116 14 0 56 53 113 36 54
Binary 10000000 10010001 1001110 1100 0 101110 101011 1001011 11110 101100

Color Harmonies of #80914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80914E

Black with #80914E

Text Example


Text Example

White with #80914E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,145,78); }

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

background-color css

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

 a { background-color: rgb(128,145,78); }

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

border-color css

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

 span { border-color: rgb(128,145,78); }

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