#7F9340

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

Shades of Wasabi #7F9340

Tints of Wasabi #7F9340

Color information

#7F9340 (or 0x7F9340) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 40. RGB value is (127,147,64). Sum of RGB (Red+Green+Blue) = 127+147+64=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9340 is #806CBF. Grayscale: #838383. Windows color (decimal): -8416448 or 4232063. OLE color: 4232063.

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

Color convert

RGB12714764-
CMYK0.1400.560.42
HSL74.46º39.34%41.37%-
HSV(B)74.46º56.46%57.65%-
XYZ20.1125.758.76-
YUV131.5689.87124.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=37.57%
G=43.49%
B=18.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147640.1400.560.4274.4639.3441.37
Hex7F9340E0382A4a2729
Octal17722310016070521124751
Binary1111111100100111000000111001110001010101001010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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