#798A4C

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

Shades of Wasabi #798A4C

Tints of Wasabi #798A4C

Color information

#798A4C (or 0x798A4C) is unknown color: approx Wasabi. HEX triplet: 79, 8A and 4C. RGB value is (121,138,76). Sum of RGB (Red+Green+Blue) = 121+138+76=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #798A4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798A4C is #8675B3. Grayscale: #7E7E7E. Windows color (decimal): -8811956 or 5016185. OLE color: 5016185.

HSL color Cylindrical-coordinate representation of color #798A4C: hue angle of 76.45º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #798A4C is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB12113876-
CMYK0.1200.450.46
HSL76.45º28.97%41.96%-
HSV(B)76.45º44.93%54.12%-
XYZ18.2822.7610.27-
YUV125.8599.87124.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=36.12%
G=41.19%
B=22.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121138760.1200.450.4676.4528.9741.96
Hex798A4CC02D2E4c1d2a
Octal17121211414055561143552
Binary111100110001010100110011000101101101110100110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,138,76); }

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

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

 a { background-color: rgb(121,138,76); }

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

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

 span { border-color: rgb(121,138,76); }

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