#798042

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

Shades of Wasabi #798042

Tints of Wasabi #798042

Color information

#798042 (or 0x798042) is unknown color: approx Wasabi. HEX triplet: 79, 80 and 42. RGB value is (121,128,66). Sum of RGB (Red+Green+Blue) = 121+128+66=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #798042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798042 is #867FBD. Grayscale: #777777. Windows color (decimal): -8814526 or 4358265. OLE color: 4358265.

HSL color Cylindrical-coordinate representation of color #798042: hue angle of 66.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #798042 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB12112866-
CMYK0.0500.480.50
HSL66.77º31.96%38.04%-
HSV(B)66.77º48.44%50.2%-
XYZ16.5919.98.12-
YUV118.8498.18129.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=38.41%
G=40.63%
B=20.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121128660.0500.480.5066.7731.9638.04
Hex798042503032432026
Octal1712001025060621034046
Binary111100110000000100001010101100001100101000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798042; }

 p { color: rgb(121,128,66); }

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

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

 a { background-color: rgb(121,128,66); }

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

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

 span { border-color: rgb(121,128,66); }

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