#7C913E

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

Shades of Wasabi #7C913E

Tints of Wasabi #7C913E

Color information

#7C913E (or 0x7C913E) is unknown color: approx Wasabi. HEX triplet: 7C, 91 and 3E. RGB value is (124,145,62). Sum of RGB (Red+Green+Blue) = 124+145+62=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #7C913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C913E is #836EC1. Grayscale: #818181. Windows color (decimal): -8613570 or 4100476. OLE color: 4100476.

HSL color Cylindrical-coordinate representation of color #7C913E: hue angle of 75.18º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C913E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB12414562-
CMYK0.1400.570.43
HSL75.18º40.1%40.59%-
HSV(B)75.18º57.24%56.86%-
XYZ19.3124.888.34-
YUV129.2690.04124.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=37.46%
G=43.81%
B=18.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124145620.1400.570.4375.1840.140.59
Hex7C913EE0392B4b2829
Octal1742217616071531135051
Binary111110010010001111110111001110011010111001011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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