#7F8E46

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

Shades of Wasabi #7F8E46

Tints of Wasabi #7F8E46

Color information

#7F8E46 (or 0x7F8E46) is unknown color: approx Wasabi. HEX triplet: 7F, 8E and 46. RGB value is (127,142,70). Sum of RGB (Red+Green+Blue) = 127+142+70=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8E46 is #8071B9. Grayscale: #818181. Windows color (decimal): -8417722 or 4623999. OLE color: 4623999.

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

Color convert

RGB12714270-
CMYK0.1100.510.44
HSL72.5º33.96%41.57%-
HSV(B)72.5º50.7%55.69%-
XYZ19.5324.39.46-
YUV129.3194.53126.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 142 (55.86% from 255) = 41.89%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=37.46%
G=41.89%
B=20.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127142700.1100.510.4472.533.9641.57
Hex7F8E46B0332C49222a
Octal17721610613063541114252
Binary1111111100011101000110101101100111011001001001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,142,70); }

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

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

 a { background-color: rgb(127,142,70); }

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

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

 span { border-color: rgb(127,142,70); }

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