#7F9349

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

Shades of Wasabi #7F9349

Tints of Wasabi #7F9349

Color information

#7F9349 (or 0x7F9349) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 49. RGB value is (127,147,73). Sum of RGB (Red+Green+Blue) = 127+147+73=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9349 is #806CB6. Grayscale: #848484. Windows color (decimal): -8416439 or 4821887. OLE color: 4821887.

HSL color Cylindrical-coordinate representation of color #7F9349: hue angle of 76.22º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F9349 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB12714773-
CMYK0.1400.500.42
HSL76.22º33.64%43.14%-
HSV(B)76.22º50.34%57.65%-
XYZ20.3925.8610.22-
YUV132.5894.37124.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=36.60%
G=42.36%
B=21.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147730.1400.500.4276.2233.6443.14
Hex7F9349E0322A4c222b
Octal17722311116062521144253
Binary1111111100100111001001111001100101010101001100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F9349; }

 p { color: rgb(127,147,73); }

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

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

 a { background-color: rgb(127,147,73); }

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

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

 span { border-color: rgb(127,147,73); }

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