#7F8649

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

Shades of Wasabi #7F8649

Tints of Wasabi #7F8649

Color information

#7F8649 (or 0x7F8649) is unknown color: approx Wasabi. HEX triplet: 7F, 86 and 49. RGB value is (127,134,73). Sum of RGB (Red+Green+Blue) = 127+134+73=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8649 is #8079B6. Grayscale: #7D7D7D. Windows color (decimal): -8419767 or 4818559. OLE color: 4818559.

HSL color Cylindrical-coordinate representation of color #7F8649: hue angle of 66.89º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F8649 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB12713473-
CMYK0.0500.460.47
HSL66.89º29.47%40.59%-
HSV(B)66.89º45.52%52.55%-
XYZ18.4822.049.58-
YUV124.9598.68129.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=38.02%
G=40.12%
B=21.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134730.0500.460.4766.8929.4740.59
Hex7F8649502E2F431d29
Octal1772061115056571033551
Binary11111111000011010010011010101110101111100001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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