#7C912D

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

Shades of Wasabi #7C912D

Tints of Wasabi #7C912D

Color information

#7C912D (or 0x7C912D) is unknown color: approx Wasabi. HEX triplet: 7C, 91 and 2D. RGB value is (124,145,45). Sum of RGB (Red+Green+Blue) = 124+145+45=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #7C912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C912D is #836ED2. Grayscale: #7F7F7F. Windows color (decimal): -8613587 or 2986364. OLE color: 2986364.

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

Color convert

RGB12414545-
CMYK0.1400.690.43
HSL72.6º52.63%37.25%-
HSV(B)72.6º68.97%56.86%-
XYZ18.9124.736.26-
YUV127.3281.54125.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=39.49%
G=46.18%
B=14.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124145450.1400.690.4372.652.6337.25
Hex7C912DE0452B493525
Octal17422155160105531116545
Binary1111100100100011011011110010001011010111001001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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