#799249

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

Shades of Wasabi #799249

Tints of Wasabi #799249

Color information

#799249 (or 0x799249) is unknown color: approx Wasabi. HEX triplet: 79, 92 and 49. RGB value is (121,146,73). Sum of RGB (Red+Green+Blue) = 121+146+73=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #799249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799249 is #866DB6. Grayscale: #828282. Windows color (decimal): -8809911 or 4821625. OLE color: 4821625.

HSL color Cylindrical-coordinate representation of color #799249: hue angle of 80.55º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #799249 is Cyan = 0.17, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB12114673-
CMYK0.1700.50.43
HSL80.55º33.33%42.94%-
HSV(B)80.55º50%57.25%-
XYZ19.3725.110.13-
YUV130.295.72121.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=35.59%
G=42.94%
B=21.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121146730.1700.50.4380.5533.3342.94
Hex799249110322B51212b
Octal17122211121062531214153
Binary11110011001001010010011000101100101010111010001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799249; }

 p { color: rgb(121,146,73); }

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

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

 a { background-color: rgb(121,146,73); }

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

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

 span { border-color: rgb(121,146,73); }

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