#7C943E

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

Shades of Wasabi #7C943E

Tints of Wasabi #7C943E

Color information

#7C943E (or 0x7C943E) is unknown color: approx Wasabi. HEX triplet: 7C, 94 and 3E. RGB value is (124,148,62). Sum of RGB (Red+Green+Blue) = 124+148+62=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #7C943E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C943E is #836BC1. Grayscale: #838383. Windows color (decimal): -8612802 or 4101244. OLE color: 4101244.

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

Color convert

RGB12414862-
CMYK0.1600.580.42
HSL76.74º40.95%41.18%-
HSV(B)76.74º58.11%58.04%-
XYZ19.7725.818.5-
YUV131.0289.05122.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 62 (24.61% from 255) = 18.56%
R=37.13%
G=44.31%
B=18.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148620.1600.580.4276.7440.9541.18
Hex7C943E1003A2A4d2929
Octal1742247620072521155151
Binary1111100100101001111101000001110101010101001101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,62); }

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

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

 a { background-color: rgb(124,148,62); }

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

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

 span { border-color: rgb(124,148,62); }

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