#7E942C

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

Shades of Wasabi #7E942C

Tints of Wasabi #7E942C

Color information

#7E942C (or 0x7E942C) is unknown color: approx Wasabi. HEX triplet: 7E, 94 and 2C. RGB value is (126,148,44). Sum of RGB (Red+Green+Blue) = 126+148+44=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #7E942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E942C is #816BD3. Grayscale: #818181. Windows color (decimal): -8481748 or 2921598. OLE color: 2921598.

HSL color Cylindrical-coordinate representation of color #7E942C: hue angle of 72.69º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E942C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB12614844-
CMYK0.1500.700.42
HSL72.69º54.17%37.65%-
HSV(B)72.69º70.27%58.04%-
XYZ19.6525.86.33-
YUV129.5779.71125.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.62%
GREEN value IS 148 (58.20% from 255) = 46.54%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=39.62%
G=46.54%
B=13.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126148440.1500.700.4272.6954.1737.65
Hex7E942CF0462A493626
Octal17622454170106521116646
Binary1111110100101001011001111010001101010101001001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,148,44); }

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

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

 a { background-color: rgb(126,148,44); }

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

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

 span { border-color: rgb(126,148,44); }

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