#7C912C

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

Shades of Wasabi #7C912C

Tints of Wasabi #7C912C

Color information

#7C912C (or 0x7C912C) is unknown color: approx Wasabi. HEX triplet: 7C, 91 and 2C. RGB value is (124,145,44). Sum of RGB (Red+Green+Blue) = 124+145+44=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #7C912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C912C is #836ED3. Grayscale: #7F7F7F. Windows color (decimal): -8613588 or 2920828. OLE color: 2920828.

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

Color convert

RGB12414544-
CMYK0.1400.700.43
HSL72.48º53.44%37.06%-
HSV(B)72.48º69.66%56.86%-
XYZ18.8924.726.16-
YUV127.2181.04125.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.62%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 44 (17.58% from 255) = 14.06%
R=39.62%
G=46.33%
B=14.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124145440.1400.700.4372.4853.4437.06
Hex7C912CE0462B483525
Octal17422154160106531106545
Binary1111100100100011011001110010001101010111001000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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