#798C48

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

Shades of Wasabi #798C48

Tints of Wasabi #798C48

Color information

#798C48 (or 0x798C48) is unknown color: approx Wasabi. HEX triplet: 79, 8C and 48. RGB value is (121,140,72). Sum of RGB (Red+Green+Blue) = 121+140+72=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #798C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798C48 is #8673B7. Grayscale: #7E7E7E. Windows color (decimal): -8811448 or 4754553. OLE color: 4754553.

HSL color Cylindrical-coordinate representation of color #798C48: hue angle of 76.76º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #798C48 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB12114072-
CMYK0.1400.490.45
HSL76.76º32.08%41.57%-
HSV(B)76.76º48.57%54.9%-
XYZ18.4323.299.65-
YUV126.5797.21124.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=36.34%
G=42.04%
B=21.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121140720.1400.490.4576.7632.0841.57
Hex798C48E0312D4d202a
Octal17121411016061551154052
Binary1111001100011001001000111001100011011011001101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798C48; }

 p { color: rgb(121,140,72); }

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

<style>
 a { background-color: #798C48; }

 a { background-color: rgb(121,140,72); }

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

<style>
 span { border-color: #798C48; }

 span { border-color: rgb(121,140,72); }

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