#7C913C

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

Shades of Wasabi #7C913C

Tints of Wasabi #7C913C

Color information

#7C913C (or 0x7C913C) is unknown color: approx Wasabi. HEX triplet: 7C, 91 and 3C. RGB value is (124,145,60). Sum of RGB (Red+Green+Blue) = 124+145+60=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #7C913C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C913C is #836EC3. Grayscale: #818181. Windows color (decimal): -8613572 or 3969404. OLE color: 3969404.

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

Color convert

RGB12414560-
CMYK0.1400.590.43
HSL74.82º41.46%40.2%-
HSV(B)74.82º58.62%56.86%-
XYZ19.2524.868.06-
YUV129.0389.04124.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.69%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=37.69%
G=44.07%
B=18.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124145600.1400.590.4374.8241.4640.2
Hex7C913CE03B2B4b2928
Octal1742217416073531135150
Binary111110010010001111100111001110111010111001011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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