#7F9348

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

Shades of Wasabi #7F9348

Tints of Wasabi #7F9348

Color information

#7F9348 (or 0x7F9348) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 48. RGB value is (127,147,72). Sum of RGB (Red+Green+Blue) = 127+147+72=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9348 is #806CB7. Grayscale: #848484. Windows color (decimal): -8416440 or 4756351. OLE color: 4756351.

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

Color convert

RGB12714772-
CMYK0.1400.510.42
HSL76º34.25%42.94%-
HSV(B)76º51.02%57.65%-
XYZ20.3625.8510.05-
YUV132.4793.87124.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.71%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=36.71%
G=42.49%
B=20.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147720.1400.510.427634.2542.94
Hex7F9348E0332A4c222b
Octal17722311016063521144253
Binary1111111100100111001000111001100111010101001100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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