#80934F

Color #80934F Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #80934F

Tints of Wasabi #80934F

Color information

#80934F (or 0x80934F) is unknown color: approx Wasabi. HEX triplet: 80, 93 and 4F. RGB value is (128,147,79). Sum of RGB (Red+Green+Blue) = 128+147+79=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #80934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80934F is #7F6CB0. Grayscale: #858585. Windows color (decimal): -8350897 or 5215104. OLE color: 5215104.

HSL color Cylindrical-coordinate representation of color #80934F: hue angle of 76.76º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80934F is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB12814779-
CMYK0.1300.460.42
HSL76.76º30.09%44.31%-
HSV(B)76.76º46.26%57.65%-
XYZ20.7526.0211.33-
YUV133.5797.21124.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 79 (31.25% from 255) = 22.32%
R=36.16%
G=41.53%
B=22.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147790.1300.460.4276.7630.0944.31
Hex80934FD02E2A4d1e2c
Octal20022311715056521153654
Binary1000000010010011100111111010101110101010100110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,147,79); }

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

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

 a { background-color: rgb(128,147,79); }

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

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

 span { border-color: rgb(128,147,79); }

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