#7E8F2D

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

Shades of Wasabi #7E8F2D

Tints of Wasabi #7E8F2D

Color information

#7E8F2D (or 0x7E8F2D) is unknown color: approx Wasabi. HEX triplet: 7E, 8F and 2D. RGB value is (126,143,45). Sum of RGB (Red+Green+Blue) = 126+143+45=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8F2D is #8170D2. Grayscale: #7F7F7F. Windows color (decimal): -8483027 or 2985854. OLE color: 2985854.

HSL color Cylindrical-coordinate representation of color #7E8F2D: hue angle of 70.41º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E8F2D is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB12614345-
CMYK0.1200.690.44
HSL70.41º52.13%36.86%-
HSV(B)70.41º68.53%56.08%-
XYZ18.924.276.17-
YUV126.7481.87127.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.13%
GREEN value IS 143 (56.25% from 255) = 45.54%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=40.13%
G=45.54%
B=14.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126143450.1200.690.4470.4152.1336.86
Hex7E8F2DC0452C463425
Octal17621755140105541066445
Binary1111110100011111011011100010001011011001000110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,143,45); }

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

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

 a { background-color: rgb(126,143,45); }

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

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

 span { border-color: rgb(126,143,45); }

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